You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by de...@apache.org on 2013/08/02 13:17:38 UTC

svn commit: r1509629 - /activemq/trunk/activemq-web-console/pom.xml

Author: dejanb
Date: Fri Aug  2 11:17:38 2013
New Revision: 1509629

URL: http://svn.apache.org/r1509629
Log:
don't limit the web console on jetty 7; it should be able to run on newer versions as well

Modified:
    activemq/trunk/activemq-web-console/pom.xml

Modified: activemq/trunk/activemq-web-console/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-web-console/pom.xml?rev=1509629&r1=1509628&r2=1509629&view=diff
==============================================================================
--- activemq/trunk/activemq-web-console/pom.xml (original)
+++ activemq/trunk/activemq-web-console/pom.xml Fri Aug  2 11:17:38 2013
@@ -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
             </Import-Package>
           </instructions>
         </configuration>