[jboss-cvs] JBossAS SVN: r100412 - branches/JBPAPP_5_0/component-matrix.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 4 08:32:30 EST 2010


Author: fnasser at redhat.com
Date: 2010-02-04 08:32:29 -0500 (Thu, 04 Feb 2010)
New Revision: 100412

Modified:
   branches/JBPAPP_5_0/component-matrix/pom.xml
Log:
Reinstate fix for JBPTP-88

Modified: branches/JBPAPP_5_0/component-matrix/pom.xml
===================================================================
--- branches/JBPAPP_5_0/component-matrix/pom.xml	2010-02-04 13:23:10 UTC (rev 100411)
+++ branches/JBPAPP_5_0/component-matrix/pom.xml	2010-02-04 13:32:29 UTC (rev 100412)
@@ -1759,6 +1759,10 @@
             <groupId>org.jboss.ejb3</groupId>
             <artifactId>jboss-ejb3-metrics-deployer</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>sun-jaxws</groupId>
+            <artifactId>jaxws-api</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
       
@@ -1825,6 +1829,10 @@
             <groupId>org.jboss.ejb3</groupId>
             <artifactId>jboss-ejb3-transactions</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>sun-jaxws</groupId>
+            <artifactId>jaxws-api</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
       
@@ -2182,12 +2190,24 @@
         <groupId>sun-jaxws</groupId>
         <artifactId>stax-ex</artifactId>
         <version>${version.staxex}</version>
+        <exclusions>
+          <exclusion>
+            <groupId>javax.xml.stream</groupId>
+            <artifactId>stax-api</artifactId>
+          </exclusion>
+        </exclusions>
       </dependency>
 
       <dependency>
         <groupId>sun-jaxws</groupId>
         <artifactId>streambuffer</artifactId>
         <version>${version.streambuffer}</version>
+        <exclusions>
+          <exclusion>
+            <groupId>org.jvnet.staxex</groupId>
+            <artifactId>stax-ex</artifactId>
+          </exclusion>
+        </exclusions>
       </dependency>    
       
       <dependency>




More information about the jboss-cvs-commits mailing list