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/17 04:18:34 UTC

svn commit: r785467 - /activemq/sandbox/activemq-flow/activemq-broker/pom.xml

Author: chirino
Date: Wed Jun 17 02:18:33 2009
New Revision: 785467

URL: http://svn.apache.org/viewvc?rev=785467&view=rev
Log:
Adding test jar dep to make test pass

Modified:
    activemq/sandbox/activemq-flow/activemq-broker/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=785467&r1=785466&r2=785467&view=diff
==============================================================================
--- activemq/sandbox/activemq-flow/activemq-broker/pom.xml (original)
+++ activemq/sandbox/activemq-flow/activemq-broker/pom.xml Wed Jun 17 02:18:33 2009
@@ -86,6 +86,13 @@
 
     <!-- Testing Dependencies -->    
     <dependency>
+      <groupId>org.apache.activemq</groupId>
+      <artifactId>activemq-transport</artifactId>
+      <version>${activemq-version}</version>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>