修复依赖

This commit is contained in:
Menethil
2018-07-21 15:24:59 +08:00
parent a3107b8c49
commit 7bb5f76b4c

View File

@@ -24,6 +24,12 @@
<dependency>
<groupId>org.linlinjava</groupId>
<artifactId>litemall-core</artifactId>
<exclusions>
<exclusion>
<artifactId>commons-lang</artifactId>
<groupId>commons-lang</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
@@ -34,6 +40,12 @@
<dependency>
<groupId>com.github.binarywang</groupId>
<artifactId>weixin-java-pay</artifactId>
<exclusions>
<exclusion>
<artifactId>qrcode-utils</artifactId>
<groupId>com.github.binarywang</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>