Преглед на файлове

修改jetty plugin版本,兼容jdk7

shuzheng преди 9 години
родител
ревизия
d43f1d7f22
променени са 3 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 1
      cms/cms-mq/pom.xml
  2. 1 1
      cms/cms-web/pom.xml
  3. 1 1
      oss/oss-web/pom.xml

+ 1 - 1
cms/cms-mq/pom.xml

@@ -77,7 +77,7 @@
             <plugin>
                 <groupId>org.eclipse.jetty</groupId>
                 <artifactId>jetty-maven-plugin</artifactId>
-                <version>9.3.14.v20161028</version>
+                <version>9.0.0.v20130308</version>
                 <configuration>
                     <scanIntervalSeconds>3</scanIntervalSeconds>
                     <webApp>

+ 1 - 1
cms/cms-web/pom.xml

@@ -86,7 +86,7 @@
             <plugin>
                 <groupId>org.eclipse.jetty</groupId>
                 <artifactId>jetty-maven-plugin</artifactId>
-                <version>9.3.14.v20161028</version>
+                <version>9.0.0.v20130308</version>
                 <configuration>
                     <scanIntervalSeconds>3</scanIntervalSeconds>
                     <webApp>

+ 1 - 1
oss/oss-web/pom.xml

@@ -88,7 +88,7 @@
             <plugin>
                 <groupId>org.eclipse.jetty</groupId>
                 <artifactId>jetty-maven-plugin</artifactId>
-                <version>9.3.14.v20161028</version>
+                <version>9.0.0.v20130308</version>
                 <configuration>
                     <scanIntervalSeconds>3</scanIntervalSeconds>
                     <webApp>