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
This commit is contained in:
Bosanac Dejan 2013-08-02 11:17:38 +00:00
parent 0f6561bae0
commit 805d88af24
1 changed files with 1 additions and 1 deletions

View File

@ -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>