You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2009/06/01 16:02:18 UTC

svn commit: r780653 - in /activemq/sandbox/activemq-flow: activemq-broker/pom.xml activemq-openwire/pom.xml activemq-stomp/pom.xml

Author: chirino
Date: Mon Jun  1 14:02:18 2009
New Revision: 780653

URL: http://svn.apache.org/viewvc?rev=780653&view=rev
Log:
amq 5.x dependeny not need in -broker anymore.. still needed in the stomp and openwire modules

Modified:
    activemq/sandbox/activemq-flow/activemq-broker/pom.xml
    activemq/sandbox/activemq-flow/activemq-openwire/pom.xml
    activemq/sandbox/activemq-flow/activemq-stomp/pom.xml

Modified: activemq/sandbox/activemq-flow/activemq-broker/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-broker/pom.xml?rev=780653&r1=780652&r2=780653&view=diff
==============================================================================
--- activemq/sandbox/activemq-flow/activemq-broker/pom.xml (original)
+++ activemq/sandbox/activemq-flow/activemq-broker/pom.xml Mon Jun  1 14:02:18 2009
@@ -62,13 +62,6 @@
       <artifactId>activemq-kaha</artifactId>
     </dependency>
 
-    <!-- TODO: remove this dependency -->
-    <dependency>
-      <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-core</artifactId>
-      <version>5.3-SNAPSHOT</version>
-    </dependency>
-
     <!-- Testing Dependencies -->    
     <dependency>
       <groupId>junit</groupId>

Modified: activemq/sandbox/activemq-flow/activemq-openwire/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/pom.xml?rev=780653&r1=780652&r2=780653&view=diff
==============================================================================
--- activemq/sandbox/activemq-flow/activemq-openwire/pom.xml (original)
+++ activemq/sandbox/activemq-flow/activemq-openwire/pom.xml Mon Jun  1 14:02:18 2009
@@ -38,6 +38,13 @@
       <artifactId>activemq-broker</artifactId>
     </dependency>
 
+    <!-- TODO: remove this dependency -->
+    <dependency>
+      <groupId>org.apache.activemq</groupId>
+      <artifactId>activemq-core</artifactId>
+      <version>5.3-SNAPSHOT</version>
+    </dependency>
+
     <!-- Testing Dependencies -->
     <dependency>
       <groupId>org.apache.activemq</groupId>

Modified: activemq/sandbox/activemq-flow/activemq-stomp/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-stomp/pom.xml?rev=780653&r1=780652&r2=780653&view=diff
==============================================================================
--- activemq/sandbox/activemq-flow/activemq-stomp/pom.xml (original)
+++ activemq/sandbox/activemq-flow/activemq-stomp/pom.xml Mon Jun  1 14:02:18 2009
@@ -38,6 +38,13 @@
       <artifactId>activemq-broker</artifactId>
     </dependency>
 
+    <!-- TODO: remove this dependency -->
+    <dependency>
+      <groupId>org.apache.activemq</groupId>
+      <artifactId>activemq-core</artifactId>
+      <version>5.3-SNAPSHOT</version>
+    </dependency>
+
     <dependency>
       <groupId>com.thoughtworks.xstream</groupId>
       <artifactId>xstream</artifactId>