Browse Source

修复依赖

Menethil 7 years ago
parent
commit
7bb5f76b4c
1 changed files with 12 additions and 0 deletions
  1. 12 0
      litemall-wx-api/pom.xml

+ 12 - 0
litemall-wx-api/pom.xml

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