You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ge...@apache.org on 2010/12/28 13:47:15 UTC

svn commit: r1053338 - in /geronimo/server/trunk/plugingroups/jms: pom.xml src/main/history/dependencies.xml

Author: genspring
Date: Tue Dec 28 12:47:15 2010
New Revision: 1053338

URL: http://svn.apache.org/viewvc?rev=1053338&view=rev
Log:
add geronimo-activemq-ra module as part of full profile assembly.

Modified:
    geronimo/server/trunk/plugingroups/jms/pom.xml
    geronimo/server/trunk/plugingroups/jms/src/main/history/dependencies.xml

Modified: geronimo/server/trunk/plugingroups/jms/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugingroups/jms/pom.xml?rev=1053338&r1=1053337&r2=1053338&view=diff
==============================================================================
--- geronimo/server/trunk/plugingroups/jms/pom.xml (original)
+++ geronimo/server/trunk/plugingroups/jms/pom.xml Tue Dec 28 12:47:15 2010
@@ -56,6 +56,12 @@
             <version>${project.version}</version>
             <type>car</type>
         </dependency>
+	<dependency>
+	    <groupId>org.apache.geronimo.modules</groupId>
+	    <artifactId>geronimo-activemq-ra</artifactId>
+	    <version>${project.version}</version>
+            <type>rar</type>
+	</dependency>	
     </dependencies>
 
     <build>

Modified: geronimo/server/trunk/plugingroups/jms/src/main/history/dependencies.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugingroups/jms/src/main/history/dependencies.xml?rev=1053338&r1=1053337&r2=1053338&view=diff
==============================================================================
--- geronimo/server/trunk/plugingroups/jms/src/main/history/dependencies.xml (original)
+++ geronimo/server/trunk/plugingroups/jms/src/main/history/dependencies.xml Tue Dec 28 12:47:15 2010
@@ -21,4 +21,9 @@
         <artifactId>framework</artifactId>
         <type>car</type>
     </dependency>
+    <dependency>
+        <groupId>org.apache.geronimo.modules</groupId>
+        <artifactId>geronimo-activemq-ra</artifactId>
+        <type>rar</type>
+    </dependency>
 </plugin-artifact>