File tree 7 files changed +225
-232
lines changed
target/maven-status/maven-compiler-plugin
testCompile/default-testCompile
7 files changed +225
-232
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 28
28
<orderEntry type =" library" name =" Maven: cn.jsmod2:jsmod2-core:1.0.3" level =" project" />
29
29
<orderEntry type =" library" name =" Maven: cn.jsmod2:jsmod2-core:1.0.3" level =" project" />
30
30
<orderEntry type =" library" name =" Maven: org.apache.ws.commons.util:ws-commons-util:1.0.2" level =" project" />
31
- <orderEntry type =" library" name =" Maven: junit:junit:3.8.1" level =" project" />
32
31
<orderEntry type =" library" name =" Maven: xml-apis:xml-apis:1.0.b2" level =" project" />
32
+ <orderEntry type =" library" scope =" TEST" name =" Maven: junit:junit:4.12" level =" project" />
33
+ <orderEntry type =" library" scope =" TEST" name =" Maven: org.hamcrest:hamcrest-core:1.3" level =" project" />
33
34
<orderEntry type =" module" module-name =" JPLS" />
34
35
<orderEntry type =" library" name =" Maven: org.apache.xmlrpc:xmlrpc-server:3.1.3" level =" project" />
35
36
<orderEntry type =" library" name =" Maven: commons-logging:commons-logging:1.1" level =" project" />
Original file line number Diff line number Diff line change 9
9
<version >1.0-SNAPSHOT</version >
10
10
11
11
<dependencies >
12
+
12
13
<!-- https://mvnrepository.com/artifact/org.apache.ws.commons.util/ws-commons-util -->
13
14
<dependency >
14
15
<groupId >org.apache.ws.commons.util</groupId >
15
16
<artifactId >ws-commons-util</artifactId >
16
17
<version >1.0.2</version >
17
18
</dependency >
18
19
20
+ <dependency >
21
+ <groupId >junit</groupId >
22
+ <artifactId >junit</artifactId >
23
+ <version >4.12</version >
24
+ <scope >test</scope >
25
+ </dependency >
19
26
<dependency >
20
27
<groupId >cn.jsmod2</groupId >
21
28
<artifactId >JPLS</artifactId >
90
97
</configuration >
91
98
</plugin >
92
99
100
+
101
+
93
102
</plugins >
94
103
</build >
95
104
</project >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ package cn .jsmod2 ;
2
+
3
+
4
+ import org .junit .Test ;
5
+
6
+ public class Test01 {
7
+
8
+ @ Test
9
+ public void run (){
10
+
11
+ }
12
+ }
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1
- /Users/luchangcun/jsmod2/jsmod2-info /jsmod2/src/test/java/cn/jsmod2/Test.java
1
+ /Users/luchangcun/jsmod2/JSmod2-Core /jsmod2/src/test/java/cn/jsmod2/Test.java
You can’t perform that action at this time.
0 commit comments