We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f08a9e commit 4f41aa7Copy full SHA for 4f41aa7
1 file changed
pom.xml
@@ -103,7 +103,7 @@
103
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
104
<downloadJavadocs>true</downloadJavadocs>
105
<downloadSources>true</downloadSources>
106
- <httpclient.version>4.5.3</httpclient.version>
+ <httpclient.version>4.5</httpclient.version>
107
<jetty.version>9.3.0.RC0</jetty.version>
108
</properties>
109
@@ -163,10 +163,11 @@
163
<artifactId>xstream</artifactId>
164
<version>1.4.9</version>
165
</dependency>
166
+ <!-- 由于guava较新的21.0版本需要jdk8,故而此处采用较低版本 -->
167
<dependency>
168
<groupId>com.google.guava</groupId>
169
<artifactId>guava</artifactId>
- <version>22.0</version>
170
+ <version>20.0</version>
171
172
173
<groupId>com.google.code.gson</groupId>
0 commit comments