Author: dejanb
Date: Wed May 23 09:42:39 2012
New Revision: 1341810

URL: http://svn.apache.org/viewvc?rev=1341810&view=rev
Log:
https://issues.apache.org/jira/browse/AMQ-3853 - activemq-web-console osgi 
import

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=1341810&r1=1341809&r2=1341810&view=diff
==============================================================================
--- activemq/trunk/activemq-web-console/pom.xml (original)
+++ activemq/trunk/activemq-web-console/pom.xml Wed May 23 09:42:39 2012
@@ -195,6 +195,16 @@
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>activemq-core</artifactId>
+        <exclusions>
+            <exclusion>
+                <artifactId>servlet-api</artifactId>
+                <groupId>org.mortbay.jetty</groupId>
+            </exclusion>
+            <exclusion>
+                <artifactId>servlet-api-2.5</artifactId>
+                <groupId>org.mortbay.jetty</groupId>
+            </exclusion>
+        </exclusions>
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>


Reply via email to