Explorar el Código

:bug: #1362 升级默认依赖的xstream版本为1.4.11.1以支持jdk7

Binary Wang hace 5 años
padre
commit
7a7a920a8a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pom.xml

+ 1 - 1
pom.xml

@@ -172,7 +172,7 @@
       <dependency>
         <groupId>com.thoughtworks.xstream</groupId>
         <artifactId>xstream</artifactId>
-        <version>1.4.11</version>
+        <version>1.4.11.1</version>
       </dependency>
       <!-- 由于guava较新的21.0版本需要jdk8,故而此处采用较低版本 -->
       <dependency>