Explorar el Código

In order to support jdk1.6 reduce jetty version

gsls200808 hace 8 años
padre
commit
f4335aa54c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pom.xml

+ 1 - 1
pom.xml

@@ -33,7 +33,7 @@
         <dependency>
             <groupId>org.eclipse.jetty.aggregate</groupId>
             <artifactId>jetty-all</artifactId>
-            <version>8.1.21.v20160908</version>
+            <version>8.1.2.v20120308</version>
         </dependency>