Skip to content

Commit 4f41aa7

Browse files
committed
调整部分依赖版本,修复编译失败问题
1 parent 7f08a9e commit 4f41aa7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
104104
<downloadJavadocs>true</downloadJavadocs>
105105
<downloadSources>true</downloadSources>
106-
<httpclient.version>4.5.3</httpclient.version>
106+
<httpclient.version>4.5</httpclient.version>
107107
<jetty.version>9.3.0.RC0</jetty.version>
108108
</properties>
109109

@@ -163,10 +163,11 @@
163163
<artifactId>xstream</artifactId>
164164
<version>1.4.9</version>
165165
</dependency>
166+
<!-- 由于guava较新的21.0版本需要jdk8,故而此处采用较低版本 -->
166167
<dependency>
167168
<groupId>com.google.guava</groupId>
168169
<artifactId>guava</artifactId>
169-
<version>22.0</version>
170+
<version>20.0</version>
170171
</dependency>
171172
<dependency>
172173
<groupId>com.google.code.gson</groupId>

0 commit comments

Comments
 (0)