优化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

@@ -19,6 +19,18 @@
<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>org.testng</groupId>
<artifactId>testng</artifactId>
@@ -42,7 +54,6 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.9.4</version>
<scope>test</scope>
</dependency>
<dependency>