You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by de...@apache.org on 2009/06/12 11:54:56 UTC

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

Author: dejanb
Date: Fri Jun 12 09:54:56 2009
New Revision: 784055

URL: http://svn.apache.org/viewvc?rev=784055&view=rev
Log:
adding activemq-kaha as test dependency

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

Modified: activemq/sandbox/activemq-flow/activemq-openwire/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/pom.xml?rev=784055&r1=784054&r2=784055&view=diff
==============================================================================
--- activemq/sandbox/activemq-flow/activemq-openwire/pom.xml (original)
+++ activemq/sandbox/activemq-flow/activemq-openwire/pom.xml Fri Jun 12 09:54:56 2009
@@ -59,6 +59,11 @@
       <scope>test</scope>
     </dependency>
     <dependency>
+    	<groupId>org.apache.activemq</groupId>
+    	<artifactId>activemq-kaha</artifactId>
+    	<scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>

Modified: activemq/sandbox/activemq-flow/activemq-stomp/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-stomp/pom.xml?rev=784055&r1=784054&r2=784055&view=diff
==============================================================================
--- activemq/sandbox/activemq-flow/activemq-stomp/pom.xml (original)
+++ activemq/sandbox/activemq-flow/activemq-stomp/pom.xml Fri Jun 12 09:54:56 2009
@@ -56,6 +56,11 @@
       <scope>test</scope>
     </dependency>
     <dependency>
+    	<groupId>org.apache.activemq</groupId>
+    	<artifactId>activemq-kaha</artifactId>
+    	<scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>