adjust pom

This commit is contained in:
Binary Wang
2017-03-29 11:41:25 +08:00
parent a4daf56dad
commit aa49f96bf1
3 changed files with 10 additions and 16 deletions

View File

@@ -19,6 +19,10 @@
<artifactId>weixin-java-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
@@ -44,12 +48,6 @@
<artifactId>jetty-servlet</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>2.9.0</version>
<optional>true</optional>
</dependency>
</dependencies>
<build>