downgrading maven jetty plugin java 7 compatibel version
authorAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Tue, 8 Mar 2016 14:58:46 +0000 (15:58 +0100)
committerAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Tue, 8 Mar 2016 14:58:46 +0000 (15:58 +0100)
eu.etaxonomy.taxeditor.test/pom.xml

index 3f45894a9e359f7b1e7027bbb4dc123b969f3b96..e192885e0f682034495e1921cc6c62eebda86560 100644 (file)
@@ -53,7 +53,7 @@
       <plugin>
         <groupId>org.eclipse.jetty</groupId>
         <artifactId>jetty-maven-plugin</artifactId>
-        <version>9.2.9.v20150224</version>
+        <version>9.1.3.v20140225</version><!-- do not update, since later versions are no longer compatible to java 7  -->
         <dependencies>
             <dependency>
             <groupId>com.mchange</groupId>