Commit 7bb5f76b authored by Menethil's avatar Menethil
Browse files

修复依赖

parent a3107b8c
...@@ -24,6 +24,12 @@ ...@@ -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 @@ ...@@ -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>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment