Commit 470f0aa3 authored by shiyu's avatar shiyu

pom修改

parent 0c46b056
...@@ -54,6 +54,12 @@ ...@@ -54,6 +54,12 @@
<groupId>com.wwdz</groupId> <groupId>com.wwdz</groupId>
<artifactId>ch-dao</artifactId> <artifactId>ch-dao</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
</dependency> </dependency>
<dependency> <dependency>
......
...@@ -75,6 +75,12 @@ ...@@ -75,6 +75,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>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
</dependency> </dependency>
<dependency> <dependency>
...@@ -96,6 +102,10 @@ ...@@ -96,6 +102,10 @@
<artifactId>jakarta.json-api</artifactId> <artifactId>jakarta.json-api</artifactId>
<groupId>jakarta.json</groupId> <groupId>jakarta.json</groupId>
</exclusion> </exclusion>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
......
Markdown is supported
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