You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by da...@apache.org on 2012/09/20 10:07:00 UTC

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

Author: davsclaus
Date: Thu Sep 20 08:07:00 2012
New Revision: 1387900

URL: http://svn.apache.org/viewvc?rev=1387900&view=rev
Log:
AMQ-3727: Added osgi import. Thanks to Thomas Themel for the patch.

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=1387900&r1=1387899&r2=1387900&view=diff
==============================================================================
--- activemq/trunk/activemq-web-console/pom.xml (original)
+++ activemq/trunk/activemq-web-console/pom.xml Thu Sep 20 08:07:00 2012
@@ -137,10 +137,11 @@
                 javax.management.openmbean,
                 javax.net,
                 org.apache.commons.logging;version="[1.1,2)";resolution:=optional,
-                org.slf4j;version="[1.5,2)";resolution:=optional,
-                        org.slf4j.spi;version="[1.5,2)";resolution:=optional,
+                org.slf4j;version="[1.6,2)";resolution:=optional,
+                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.apache.log4j.spi;version="[1.2.14,2)";resolution:=optional,
+				org.eclipse.jetty.continuation;resolution:=optional
             </Import-Package>
           </instructions>
         </configuration>