mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-05 17:38:05 +08:00
⬆️ 升级guava版本
This commit is contained in:
parent
1d7602be50
commit
da6f6d1bbe
3
pom.xml
3
pom.xml
@ -175,11 +175,10 @@
|
||||
<artifactId>xstream</artifactId>
|
||||
<version>1.4.11.1</version>
|
||||
</dependency>
|
||||
<!-- 由于guava较新的21.0版本需要jdk8,故而此处采用较低版本 -->
|
||||
<dependency>
|
||||
<groupId>com.google.guava</groupId>
|
||||
<artifactId>guava</artifactId>
|
||||
<version>20.0</version>
|
||||
<version>29.0-android</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
|
Loading…
Reference in New Issue
Block a user