From 805d88af24c449d88011bf1293019deb5e9835e0 Mon Sep 17 00:00:00 2001 From: Bosanac Dejan Date: Fri, 2 Aug 2013 11:17:38 +0000 Subject: [PATCH] don't limit the web console on jetty 7; it should be able to run on newer versions as well git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1509629 13f79535-47bb-0310-9956-ffa450edef68 --- activemq-web-console/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activemq-web-console/pom.xml b/activemq-web-console/pom.xml index 655bc9cf4d..9b5737eb20 100755 --- a/activemq-web-console/pom.xml +++ b/activemq-web-console/pom.xml @@ -147,7 +147,7 @@ org.slf4j.spi;version="[1.6,2)";resolution:=optional, org.apache.log4j;version="[1.2.14,2)";resolution:=optional, org.apache.log4j.spi;version="[1.2.14,2)";resolution:=optional, - org.eclipse.jetty.continuation;resolution:=optional + org.eclipse.jetty.continuation;version="7";resolution:=optional