Browse Source

remove junit

master
Binary Wang 8 years ago
parent
commit
86cdb500c6
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      weixin-java-cp/pom.xml

+ 0
- 5
weixin-java-cp/pom.xml View File

@@ -19,11 +19,6 @@
<artifactId>weixin-java-common</artifactId> <artifactId>weixin-java-common</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency> <dependency>
<groupId>org.testng</groupId> <groupId>org.testng</groupId>
<artifactId>testng</artifactId> <artifactId>testng</artifactId>


Loading…
Cancel
Save