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

@@ -22,9 +22,11 @@
<dependency>
<groupId>com.github.binarywang</groupId>
<artifactId>qrcode-utils</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>org.jodd</groupId>
<artifactId>jodd-http</artifactId>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>