[jboss-cvs] JBossAS SVN: r114527 - branches/JBPAPP_5/component-matrix.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Oct 9 05:39:18 EDT 2013


Author: ehugonnet
Date: 2013-10-09 05:39:18 -0400 (Wed, 09 Oct 2013)
New Revision: 114527

Modified:
   branches/JBPAPP_5/component-matrix/pom.xml
Log:
Adding a dependency management versionfor hornetq-ra

Modified: branches/JBPAPP_5/component-matrix/pom.xml
===================================================================
--- branches/JBPAPP_5/component-matrix/pom.xml	2013-10-08 15:52:13 UTC (rev 114526)
+++ branches/JBPAPP_5/component-matrix/pom.xml	2013-10-09 09:39:18 UTC (rev 114527)
@@ -973,6 +973,12 @@
         <artifactId>hornetq-resources</artifactId>
         <version>${version.hornetq}</version>
       </dependency>
+      
+       <dependency>
+       <groupId>org.hornetq</groupId>
+       <artifactId>hornetq-ra</artifactId>
+       <version>${version.hornetq}</version>
+     </dependency>
 
       <dependency>
         <groupId>org.hornetq</groupId>



More information about the jboss-cvs-commits mailing list