Skip to content

Commit 093ac87

Browse files
authored
Fix the dependency conflict issue
1 parent 7d59dc9 commit 093ac87

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@
5757

5858
<dependencies>
5959

60+
<dependency>
61+
<groupId>commons-logging</groupId>
62+
<artifactId>commons-logging</artifactId>
63+
<version>1.1.3</version>
64+
</dependency>
65+
6066
<dependency>
6167
<groupId>com.github.binarywang</groupId>
6268
<artifactId>weixin-java-mp</artifactId>
@@ -204,11 +210,6 @@
204210
<version>${commons.net.version}</version>
205211
</dependency>
206212

207-
<dependency>
208-
<groupId>commons-logging</groupId>
209-
<artifactId>commons-logging</artifactId>
210-
<version>1.1.3</version>
211-
</dependency>
212213
<dependency>
213214
<groupId>commons-collections</groupId>
214215
<artifactId>commons-collections</artifactId>

0 commit comments

Comments
 (0)