File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
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 >
You can’t perform that action at this time.
0 commit comments