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/08 21:39:15 UTC

svn commit: r1430498 - in /activemq/trunk: activemq-fileserver/pom.xml activemq-xmpp/pom.xml

Author: tabish
Date: Tue Jan  8 20:39:14 2013
New Revision: 1430498

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

Modified:
    activemq/trunk/activemq-fileserver/pom.xml
    activemq/trunk/activemq-xmpp/pom.xml

Modified: activemq/trunk/activemq-fileserver/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-fileserver/pom.xml?rev=1430498&r1=1430497&r2=1430498&view=diff
==============================================================================
--- activemq/trunk/activemq-fileserver/pom.xml (original)
+++ activemq/trunk/activemq-fileserver/pom.xml Tue Jan  8 20:39:14 2013
@@ -83,12 +83,6 @@
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>activemq-core</artifactId>
-      <scope>test</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>activemq-core</artifactId>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

Modified: activemq/trunk/activemq-xmpp/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-xmpp/pom.xml?rev=1430498&r1=1430497&r2=1430498&view=diff
==============================================================================
--- activemq/trunk/activemq-xmpp/pom.xml (original)
+++ activemq/trunk/activemq-xmpp/pom.xml Tue Jan  8 20:39:14 2013
@@ -33,7 +33,7 @@
     <!-- activemq -->
     <dependency>
       <groupId>${project.groupId}</groupId>
-      <artifactId>activemq-core</artifactId>
+      <artifactId>activemq-client</artifactId>
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>