[jboss-cvs] JBossAS SVN: r110899 - tags/JBPAPP_5_1_1_ER1/component-matrix.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 11 16:43:32 EST 2011


Author: fnasser at redhat.com
Date: 2011-03-11 16:43:32 -0500 (Fri, 11 Mar 2011)
New Revision: 110899

Modified:
   tags/JBPAPP_5_1_1_ER1/component-matrix/pom.xml
Log:
Exclude geronimo stuff brought in by scout

Modified: tags/JBPAPP_5_1_1_ER1/component-matrix/pom.xml
===================================================================
--- tags/JBPAPP_5_1_1_ER1/component-matrix/pom.xml	2011-03-11 21:43:07 UTC (rev 110898)
+++ tags/JBPAPP_5_1_1_ER1/component-matrix/pom.xml	2011-03-11 21:43:32 UTC (rev 110899)
@@ -227,6 +227,28 @@
         <groupId>apache-scout</groupId>
         <artifactId>scout</artifactId>
         <version>1.1.1</version>
+        <exclusions>
+          <exclusion>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-activation_1.1_spec</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-jaxb_2.1_spec</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>igeronimo-jaxr_1.0_spec</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-saaj_1.3_spec</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-stax-api_1.0_spec</artifactId>
+          </exclusion>
+        </exclusions>
       </dependency>
       
       <dependency>



More information about the jboss-cvs-commits mailing list