Upgrade Jetty 8.1.14.v20131031 -> 8.1.19.v20160209 29/27529/10
authorStephen Kitt <skitt@redhat.com>
Mon, 28 Sep 2015 11:49:24 +0000 (13:49 +0200)
committerStephen Kitt <skitt@redhat.com>
Fri, 29 Apr 2016 15:58:56 +0000 (17:58 +0200)
We're sticking to the 8 series for now because iotdm uses
ContentExchange which has been removed in Jetty 9. This patch adds
jetty-client and jetty-server so that iotdm can pull them in from
odlparent (simplifying later upgrades), jetty-servlet-tester for aaa
and jetty-webapp for defense4all.

Change-Id: I4d6a4ed546431ccf546cb90406a1960c7db4fb28
Signed-off-by: Stephen Kitt <skitt@redhat.com>
odlparent/pom.xml

index cae4dbc2bf6c1168f3922ba98e45b01a4b0df2ce..00c96b9d5cf50af58032a05e1b7ab0b29c482c61 100644 (file)
         <version>1.6</version>
         <scope>test</scope>
       </dependency>
+      <dependency>
+        <groupId>org.eclipse.jetty</groupId>
+        <artifactId>jetty-client</artifactId>
+        <version>8.1.19.v20160209</version>
+      </dependency>
+      <dependency>
+        <groupId>org.eclipse.jetty</groupId>
+        <artifactId>jetty-server</artifactId>
+        <version>8.1.19.v20160209</version>
+      </dependency>
+      <dependency>
+        <groupId>org.eclipse.jetty</groupId>
+        <artifactId>jetty-servlet-tester</artifactId>
+        <version>8.1.19.v20160209</version>
+        <scope>test</scope>
+      </dependency>
       <dependency>
         <groupId>org.eclipse.jetty</groupId>
         <artifactId>jetty-servlets</artifactId>
-        <version>8.1.14.v20131031</version>
+        <version>8.1.19.v20160209</version>
+      </dependency>
+      <dependency>
+        <groupId>org.eclipse.jetty</groupId>
+        <artifactId>jetty-webapp</artifactId>
+        <version>8.1.19.v20160209</version>
       </dependency>
       <dependency>
         <groupId>org.apache.aries.blueprint</groupId>