[Yanel-commits] rev 57967 - public/yanel/trunk/src/build

michi at wyona.com michi at wyona.com
Thu Apr 21 15:24:40 CEST 2011


Author: michi
Date: 2011-04-21 15:24:40 +0200 (Thu, 21 Apr 2011)
New Revision: 57967

Modified:
   public/yanel/trunk/src/build/dependencies.xml
Log:
activeMQ dependencies added

Modified: public/yanel/trunk/src/build/dependencies.xml
===================================================================
--- public/yanel/trunk/src/build/dependencies.xml	2011-04-21 13:14:24 UTC (rev 57966)
+++ public/yanel/trunk/src/build/dependencies.xml	2011-04-21 13:24:40 UTC (rev 57967)
@@ -133,6 +133,11 @@
       <dependency groupId="wyona-org-yanel" artifactId="yanel-resource-creatable-modifiable-deletable-v3" version="0.1-dev-r56925"/>
 -->
 
+      <!-- INFO: Log into ActiveMQ Java Messaging System -->
+      <dependency groupId="org.apache.activemq" artifactId="activemq-core" version="5.4.2"/>
+      <dependency groupId="org.apache.geronimo.specs" artifactId="geronimo-j2ee-management_1.1_spec" version="1.0.1"/>
+      <dependency groupId="org.apache.geronimo.specs" artifactId="geronimo-jms_1.1_spec" version="1.1.1"/>
+
     </artifact:dependencies>
     
     <!--     get ext by maven -->    



More information about the Yanel-commits mailing list