优化pom,尽量减少不必要的依赖

This commit is contained in:
Binary Wang
2017-05-27 11:29:20 +08:00
parent c0172785a7
commit 7f08a9ef46
5 changed files with 164 additions and 86 deletions

View File

@@ -20,10 +20,21 @@
<artifactId>weixin-java-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jodd</groupId>
<artifactId>jodd-http</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>