[jboss-cvs] JBossAS SVN: r105805 - branches/JBPAPP_5_1/component-matrix.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 8 11:43:34 EDT 2010


Author: fnasser at redhat.com
Date: 2010-06-08 11:43:34 -0400 (Tue, 08 Jun 2010)
New Revision: 105805

Modified:
   branches/JBPAPP_5_1/component-matrix/pom.xml
Log:
Add exclusion so that jbossws-native-core does not bring another jbossws-rt with a different groupId

Modified: branches/JBPAPP_5_1/component-matrix/pom.xml
===================================================================
--- branches/JBPAPP_5_1/component-matrix/pom.xml	2010-06-08 14:52:12 UTC (rev 105804)
+++ branches/JBPAPP_5_1/component-matrix/pom.xml	2010-06-08 15:43:34 UTC (rev 105805)
@@ -824,6 +824,10 @@
             <artifactId>jaxws-tools</artifactId>
           </exclusion>
           <exclusion>
+            <groupId>com.sun.xml.ws</groupId>
+            <artifactId>jaxws-rt</artifactId>
+          </exclusion>
+          <exclusion>
             <groupId>com.sun.xml.fastinfoset</groupId>
             <artifactId>FastInfoset</artifactId>
           </exclusion>



More information about the jboss-cvs-commits mailing list