Skip to content

Commit 1649b30

Browse files
committed
remove junit
1 parent 6ad58a8 commit 1649b30

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -158,12 +158,6 @@
158158

159159
<dependencyManagement>
160160
<dependencies>
161-
<dependency>
162-
<groupId>junit</groupId>
163-
<artifactId>junit</artifactId>
164-
<version>4.11</version>
165-
<scope>test</scope>
166-
</dependency>
167161
<dependency>
168162
<groupId>com.google.inject</groupId>
169163
<artifactId>guice</artifactId>

weixin-java-common/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@
1919
<artifactId>xstream</artifactId>
2020
<version>1.4.7</version>
2121
</dependency>
22-
<dependency>
23-
<groupId>junit</groupId>
24-
<artifactId>junit</artifactId>
25-
<scope>test</scope>
26-
</dependency>
2722
<dependency>
2823
<groupId>org.testng</groupId>
2924
<artifactId>testng</artifactId>

0 commit comments

Comments
 (0)