mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-04 04:37:46 +08:00
🐛 #1362 升级默认依赖的xstream版本为1.4.11.1以支持jdk7
This commit is contained in:
parent
7d4dfadae9
commit
7a7a920a8a
2
pom.xml
2
pom.xml
@ -172,7 +172,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.thoughtworks.xstream</groupId>
|
<groupId>com.thoughtworks.xstream</groupId>
|
||||||
<artifactId>xstream</artifactId>
|
<artifactId>xstream</artifactId>
|
||||||
<version>1.4.11</version>
|
<version>1.4.11.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- 由于guava较新的21.0版本需要jdk8,故而此处采用较低版本 -->
|
<!-- 由于guava较新的21.0版本需要jdk8,故而此处采用较低版本 -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
Loading…
Reference in New Issue
Block a user