You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2013/01/09 22:04:46 UTC

svn commit: r1431077 - /activemq/trunk/activemq-web-demo/pom.xml

Author: tabish
Date: Wed Jan  9 21:04:46 2013
New Revision: 1431077

URL: http://svn.apache.org/viewvc?rev=1431077&view=rev
Log:
removing dependencies on activemq-core

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

Modified: activemq/trunk/activemq-web-demo/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-web-demo/pom.xml?rev=1431077&r1=1431076&r2=1431077&view=diff
==============================================================================
--- activemq/trunk/activemq-web-demo/pom.xml (original)
+++ activemq/trunk/activemq-web-demo/pom.xml Wed Jan  9 21:04:46 2013
@@ -74,12 +74,6 @@
       <groupId>${project.groupId}</groupId>
       <artifactId>activemq-web</artifactId>
     </dependency>
-
-    <!-- TODO this should not be needed, but transitive dependencies are not working -->
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>activemq-core</artifactId>
-    </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>activemq-core</artifactId>