File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change 2121 <artifactId >javacan-core</artifactId >
2222 <version >${project.parent.version} </version >
2323 </dependency >
24- <dependency >
25- <groupId >${project.parent.groupId} </groupId >
26- <artifactId >javacan-core</artifactId >
27- <version >${project.parent.version} </version >
28- <classifier >${javacan.architecture} </classifier >
29- </dependency >
30-
31- <dependency >
32- <groupId >ch.qos.logback</groupId >
33- <artifactId >logback-classic</artifactId >
34- <scope >test</scope >
35- </dependency >
36- <dependency >
37- <groupId >${project.groupId} </groupId >
38- <artifactId >${project.artifactId}</artifactId >
39- <version >${project.version} </version >
40- <classifier >${javacan.architecture} </classifier >
41- <scope >test</scope >
42- </dependency >
43- <dependency >
44- <groupId >${project.parent.groupId} </groupId >
45- <artifactId >javacan-core</artifactId >
46- <version >${project.parent.version} </version >
47- <type >test-jar</type >
48- <scope >test</scope >
49- </dependency >
5024 </dependencies >
5125
5226 <build >
You can’t perform that action at this time.
0 commit comments