Skip to content

Commit 28c7eec

Browse files
committed
Maven central migration
1 parent 44b668e commit 28c7eec

3 files changed

Lines changed: 5 additions & 18 deletions

File tree

languagefeatures/java20/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@
6161
<groupId>${project.groupId}</groupId>
6262
<artifactId>bytecoder.web</artifactId>
6363
</dependency>
64+
<dependency>
65+
<groupId>${project.groupId}</groupId>
66+
<artifactId>bytecoder-core</artifactId>
67+
</dependency>
68+
6469
<dependency>
6570
<groupId>junit</groupId>
6671
<artifactId>junit</artifactId>

languagefeatures/pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,6 @@
1313
<name>Bytecoder Language Features Tests</name>
1414
<description>Bytecoder Tests for different JVM language features</description>
1515

16-
<dependencies>
17-
<dependency>
18-
<groupId>${project.groupId}</groupId>
19-
<artifactId>bytecoder.api</artifactId>
20-
</dependency>
21-
<dependency>
22-
<groupId>${project.groupId}</groupId>
23-
<artifactId>bytecoder-core</artifactId>
24-
</dependency>
25-
</dependencies>
26-
2716
<profiles>
2817
<profile>
2918
<id>java20</id>

pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -243,13 +243,6 @@
243243
</plugins>
244244
</build>
245245

246-
<distributionManagement>
247-
<snapshotRepository>
248-
<id>central</id>
249-
<url>https://central.sonatype.com</url>
250-
</snapshotRepository>
251-
</distributionManagement>
252-
253246
<profiles>
254247
<profile>
255248
<id>java8-compile</id>

0 commit comments

Comments
 (0)