You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by fo...@apache.org on 2006/03/30 04:37:42 UTC

svn commit: r389967 - /incubator/activemq/trunk/pom.xml

Author: foconer
Date: Wed Mar 29 18:37:41 2006
New Revision: 389967

URL: http://svn.apache.org/viewcvs?rev=389967&view=rev
Log:
Added additional dependencies for building activemq-web.

Modified:
    incubator/activemq/trunk/pom.xml

Modified: incubator/activemq/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/pom.xml?rev=389967&r1=389966&r2=389967&view=diff
==============================================================================
--- incubator/activemq/trunk/pom.xml (original)
+++ incubator/activemq/trunk/pom.xml Wed Mar 29 18:37:41 2006
@@ -558,10 +558,17 @@
         <version>1.6.2</version>
       </dependency>
       
-      <!-- Reused Dependencies -->
-      
-      
-      
+      <!-- ACTIVEMQ-WEB Specific Dependencies -->
+      <dependency>
+        <groupId>rome</groupId> 
+        <artifactId>rome</artifactId>
+        <version>0.8</version>
+      </dependency>
+      <dependency>
+        <groupId>jdom</groupId> 
+        <artifactId>jdom</artifactId>
+        <version>1.0</version>
+      </dependency>
       
       <!-- ACTIVEMQ-CORE DEPENDENCIES -->
       <dependency>
@@ -570,10 +577,7 @@
         <version>2.1</version>
       </dependency>
       
-      
-      
-      
-      <!-- ActiveMQ-Jaas Dependencies -->
+      <!-- ACTIVEMQ-JAAS Dependencies -->
       <dependency>
         <groupId>directory</groupId>
         <artifactId>apacheds-core</artifactId>