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/11 05:46:47 UTC

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

Author: chirino
Date: Thu Jun 11 03:46:47 2009
New Revision: 783618

URL: http://svn.apache.org/viewvc?rev=783618&view=rev
Log:
fixing mvn build.

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=783618&r1=783617&r2=783618&view=diff
==============================================================================
--- activemq/sandbox/activemq-flow/activemq-openwire/pom.xml (original)
+++ activemq/sandbox/activemq-flow/activemq-openwire/pom.xml Thu Jun 11 03:46:47 2009
@@ -52,6 +52,13 @@
 
     <!-- Testing Dependencies -->
     <dependency>
+      <groupId>org.apache.activemq</groupId>
+      <artifactId>activemq-broker</artifactId>
+      <version>${activemq-version}</version>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>