修改jetty plugin版本,兼容jdk7

This commit is contained in:
shuzheng 2016-11-28 13:13:56 +08:00
parent 057900bda9
commit d43f1d7f22
3 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>