#4716 upgrading maven jetty plugin to latest, requires java 1.8
authorAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Tue, 24 Nov 2015 13:14:12 +0000 (14:14 +0100)
committerAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Tue, 24 Nov 2015 13:14:12 +0000 (14:14 +0100)
cdmlib-remote-webapp/pom.xml

index cc44813623fd8a01b594860298a569529d93c9b4..bd82c978a13ac30982fad758c726e8aa33c9add6 100644 (file)
         </exclusion>
       </exclusions>
     </dependency>
+    <dependency>
+        <groupId>eu.etaxonomy</groupId>
+        <artifactId>cdmlib-test</artifactId>      
+    </dependency>
     <dependency>
       <!-- TODO this is also offered by cdmlib-remote, can it be removed?
         What does provided mean? -->
       <plugin>
         <groupId>org.eclipse.jetty</groupId>
         <artifactId>jetty-maven-plugin</artifactId>
-        <version>9.1.3.v20140225</version>
+        <version>9.3.6.v20151106</version>
         <configuration>
           <stopKey>stop</stopKey>
           <stopPort>9199</stopPort>