From f2323b6bc25a18b70e947a401dbc64e5dbab1d8d Mon Sep 17 00:00:00 2001 From: Andy Taylor Date: Tue, 27 Jan 2015 16:24:50 +0000 Subject: [PATCH] upgrade to jetty 8 to be consistent with ActiveMQ 5 --- activemq-web/pom.xml | 2 +- distribution/activemq/pom.xml | 2 +- distribution/activemq/src/main/assembly/dep.xml | 3 ++- pom.xml | 4 ++-- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/activemq-web/pom.xml b/activemq-web/pom.xml index 22898ee9c4..5121f99e4e 100644 --- a/activemq-web/pom.xml +++ b/activemq-web/pom.xml @@ -45,7 +45,7 @@ org.eclipse.jetty.aggregate - jetty-all-server + jetty-all junit diff --git a/distribution/activemq/pom.xml b/distribution/activemq/pom.xml index 16529bc22a..6962143fc3 100644 --- a/distribution/activemq/pom.xml +++ b/distribution/activemq/pom.xml @@ -154,7 +154,7 @@ org.eclipse.jetty.aggregate - jetty-all-server + jetty-all org.apache.geronimo.specs diff --git a/distribution/activemq/src/main/assembly/dep.xml b/distribution/activemq/src/main/assembly/dep.xml index 04c7724f65..15bffeb16b 100644 --- a/distribution/activemq/src/main/assembly/dep.xml +++ b/distribution/activemq/src/main/assembly/dep.xml @@ -61,7 +61,8 @@ io.airlift:airline com.google.guava:guava javax.inject:javax.inject - org.eclipse.jetty.aggregate:jetty-all-server + org.eclipse.jetty.aggregate:jetty-all + org.apache.geronimo.specs: org.apache.geronimo.specs:geronimo-servlet_3.0_spec org.eclipse.jetty.aggregate - jetty-all-server - 7.6.9.v20130131 + jetty-all + 8.1.16.v20140903