This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
server
/
wxJava-final
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
pay模块显式指定commons-lang3,以便用户项目可能会优先使用所依赖设置的版本
master
Binary Wang
7 years ago
parent
0b6f4c5915
commit
6fde2d10fa
2 changed files
with
6 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pom.xml
+5
-0
weixin-java-pay/pom.xml
+ 1
- 1
pom.xml
View File
@@ -152,7 +152,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.
5
</version>
<version>3.
6
</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
+ 5
- 0
weixin-java-pay/pom.xml
View File
@@ -30,6 +30,11 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
Write
Preview
Loading…
Cancel
Save