You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2006/07/11 06:56:51 UTC

svn commit: r420726 - /incubator/activemq/trunk/activemq-rar/pom.xml

Author: chirino
Date: Mon Jul 10 21:56:50 2006
New Revision: 420726

URL: http://svn.apache.org/viewvc?rev=420726&view=rev
Log:
Updated pom so that it has the proper contents now.

Modified:
    incubator/activemq/trunk/activemq-rar/pom.xml

Modified: incubator/activemq/trunk/activemq-rar/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-rar/pom.xml?rev=420726&r1=420725&r2=420726&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-rar/pom.xml (original)
+++ incubator/activemq/trunk/activemq-rar/pom.xml Mon Jul 10 21:56:50 2006
@@ -66,10 +66,6 @@
           <artifactId>geronimo-servlet_2.4_spec</artifactId>
         </exclusion>
         <exclusion>
-          <groupId>org.apache.geronimo.specs</groupId>
-          <artifactId>geronimo-j2ee-management_1.0_spec</artifactId>
-        </exclusion>
-        <exclusion>
            <groupId>mx4j</groupId>
            <artifactId>mx4j</artifactId>
         </exclusion>
@@ -130,10 +126,6 @@
            <artifactId>stax</artifactId>
         </exclusion>
         <exclusion>
-           <groupId>log4j</groupId>
-           <artifactId>log4j</artifactId>
-        </exclusion>
-        <exclusion>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
         </exclusion>
@@ -190,10 +182,36 @@
     <dependency>
       <groupId>org.apache.xbean</groupId>
       <artifactId>xbean-spring</artifactId>
+      <exclusions>
+        <exclusion>
+          <groupId>mx4j</groupId>
+          <artifactId>mx4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ant</groupId>
+          <artifactId>ant</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>stax</groupId>
+          <artifactId>stax-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>qdox</groupId>
+          <artifactId>qdox</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.derby</groupId>
       <artifactId>derby</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-j2ee-management_1.0_spec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
     </dependency>
   </dependencies>