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

svn commit: r786164 - /activemq/sandbox/activemq-flow/activemq-openwire/pom.xml

Author: gtully
Date: Thu Jun 18 17:06:51 2009
New Revision: 786164

URL: http://svn.apache.org/viewvc?rev=786164&view=rev
Log:
fix dependency so tests can compile

Modified:
    activemq/sandbox/activemq-flow/activemq-openwire/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=786164&r1=786163&r2=786164&view=diff
==============================================================================
--- activemq/sandbox/activemq-flow/activemq-openwire/pom.xml (original)
+++ activemq/sandbox/activemq-flow/activemq-openwire/pom.xml Thu Jun 18 17:06:51 2009
@@ -59,9 +59,16 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-    	<groupId>org.apache.activemq</groupId>
-    	<artifactId>activemq-kaha</artifactId>
-    	<scope>test</scope>
+      <groupId>org.apache.activemq</groupId>
+      <artifactId>activemq-util</artifactId>
+      <version>${activemq-version}</version>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.activemq</groupId>
+      <artifactId>activemq-kaha</artifactId>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>junit</groupId>