There was an error while loading. Please reload this page.
1 parent 7d59dc9 commit 093ac87Copy full SHA for 093ac87
pom.xml
@@ -57,6 +57,12 @@
57
58
<dependencies>
59
60
+ <dependency>
61
+ <groupId>commons-logging</groupId>
62
+ <artifactId>commons-logging</artifactId>
63
+ <version>1.1.3</version>
64
+ </dependency>
65
+
66
<dependency>
67
<groupId>com.github.binarywang</groupId>
68
<artifactId>weixin-java-mp</artifactId>
@@ -204,11 +210,6 @@
204
210
<version>${commons.net.version}</version>
205
211
</dependency>
206
212
207
- <dependency>
208
- <groupId>commons-logging</groupId>
209
- <artifactId>commons-logging</artifactId>
- <version>1.1.3</version>
- </dependency>
213
214
<groupId>commons-collections</groupId>
215
<artifactId>commons-collections</artifactId>
0 commit comments