You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2005/12/01 22:41:06 UTC

svn commit: r351480 - /geronimo/trunk/configs/activemq/project.xml

Author: djencks
Date: Thu Dec  1 13:41:04 2005
New Revision: 351480

URL: http://svn.apache.org/viewcvs?rev=351480&view=rev
Log:
missed dependency

Modified:
    geronimo/trunk/configs/activemq/project.xml

Modified: geronimo/trunk/configs/activemq/project.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/configs/activemq/project.xml?rev=351480&r1=351479&r2=351480&view=diff
==============================================================================
--- geronimo/trunk/configs/activemq/project.xml (original)
+++ geronimo/trunk/configs/activemq/project.xml Thu Dec  1 13:41:04 2005
@@ -60,6 +60,12 @@
             <version>${activemq_version}</version>
         </dependency>
         <dependency>
+            <groupId>activemq</groupId>
+            <artifactId>activemq-ra</artifactId>
+            <version>${activemq_version}</version>
+            <type>rar</type>
+        </dependency>
+        <dependency>
             <groupId>activeio</groupId>
             <artifactId>activeio</artifactId>
             <version>${activeio_version}</version>