File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments