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

svn commit: r785004 - /activemq/sandbox/activemq-flow/activemq-client/pom.xml

Author: cmacnaug
Date: Mon Jun 15 22:10:11 2009
New Revision: 785004

URL: http://svn.apache.org/viewvc?rev=785004&view=rev
Log:
Adding activemq-util tests to dependencies. 

Modified:
    activemq/sandbox/activemq-flow/activemq-client/pom.xml

Modified: activemq/sandbox/activemq-flow/activemq-client/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-client/pom.xml?rev=785004&r1=785003&r2=785004&view=diff
==============================================================================
--- activemq/sandbox/activemq-flow/activemq-client/pom.xml (original)
+++ activemq/sandbox/activemq-flow/activemq-client/pom.xml Mon Jun 15 22:10:11 2009
@@ -57,6 +57,14 @@
       <artifactId>log4j</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.activemq</groupId>
+      <artifactId>activemq-util</artifactId>
+      <version>6.0-SNAPSHOT</version>
+      <classifier>tests</classifier>
+      <scope>test</scope>
+    </dependency>
+    
   
   </dependencies>