You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2006/12/07 20:23:03 UTC

svn commit: r483620 - /geronimo/server/trunk/modules/ge-activemq-rar/pom.xml

Author: djencks
Date: Thu Dec  7 11:23:02 2006
New Revision: 483620

URL: http://svn.apache.org/viewvc?view=rev&rev=483620
Log:
GERONIMO-1722 clean up exclusions in pom.xml

Modified:
    geronimo/server/trunk/modules/ge-activemq-rar/pom.xml

Modified: geronimo/server/trunk/modules/ge-activemq-rar/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/ge-activemq-rar/pom.xml?view=diff&rev=483620&r1=483619&r2=483620
==============================================================================
--- geronimo/server/trunk/modules/ge-activemq-rar/pom.xml (original)
+++ geronimo/server/trunk/modules/ge-activemq-rar/pom.xml Thu Dec  7 11:23:02 2006
@@ -117,33 +117,30 @@
                     <groupId>javax.servlet</groupId>
                     <artifactId>servlet-api</artifactId>
                 </exclusion>
-                
+
+                <!-- TODO if/when amq updates to 1.1 spec, change this -->
+                <exclusion>
+                    <groupId>org.apache.geronimo.specs</groupId>
+                    <artifactId>geronimo-j2ee-management_1.0_spec</artifactId>
+                </exclusion>
                 <exclusion>
                     <groupId>org.apache.geronimo.specs</groupId>
                     <artifactId>geronimo-j2ee-management_1.1_spec</artifactId>
                 </exclusion>
-                
+
                 <exclusion>
                     <groupId>org.apache.geronimo.specs</groupId>
                     <artifactId>geronimo-jms_1.1_spec</artifactId>
                 </exclusion>
                 
-                <!--
-                FIXME: Do we need to exclude these?
-                -->
-                
                 <exclusion>
                     <groupId>org.apache.activemq</groupId>
                     <artifactId>activeio-core</artifactId>
                 </exclusion>
-                
-                <exclusion>
-                    <groupId>activesoap</groupId>
-                    <artifactId>jaxp-api</artifactId>
-                </exclusion>
+
             </exclusions>
         </dependency>
-        
+
         <dependency>
             <groupId>org.apache.activemq</groupId>
             <artifactId>activemq-ra</artifactId>
@@ -152,16 +149,12 @@
                     <groupId>org.apache.geronimo.specs</groupId>
                     <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId>
                 </exclusion>
-                
-                <!--
-                FIXME: Do we need to exclude these?
-                -->
-                
+
                 <exclusion>
                     <groupId>org.springframework</groupId>
                     <artifactId>spring</artifactId>
                 </exclusion>
-                
+
                 <exclusion>
                     <groupId>activemq</groupId>
                     <artifactId>jmdns</artifactId>