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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 4 00:18:43 EST 2010


Author: fnasser at redhat.com
Date: 2010-02-04 00:18:42 -0500 (Thu, 04 Feb 2010)
New Revision: 100382

Modified:
   branches/JBPAPP_5_0/component-matrix/pom.xml
Log:
Revert fix to JBPTP-88, seems to cause regressions

Modified: branches/JBPAPP_5_0/component-matrix/pom.xml
===================================================================
--- branches/JBPAPP_5_0/component-matrix/pom.xml	2010-02-04 05:09:12 UTC (rev 100381)
+++ branches/JBPAPP_5_0/component-matrix/pom.xml	2010-02-04 05:18:42 UTC (rev 100382)
@@ -1759,10 +1759,6 @@
             <groupId>org.jboss.ejb3</groupId>
             <artifactId>jboss-ejb3-metrics-deployer</artifactId>
           </exclusion>
-          <exclusion>
-            <groupId>sun-jaxws</groupId>
-            <artifactId>jaxws-api</artifactId>
-          </exclusion>
         </exclusions>
       </dependency>
       
@@ -1829,10 +1825,6 @@
             <groupId>org.jboss.ejb3</groupId>
             <artifactId>jboss-ejb3-transactions</artifactId>
           </exclusion>
-          <exclusion>
-            <groupId>sun-jaxws</groupId>
-            <artifactId>jaxws-api</artifactId>
-          </exclusion>
         </exclusions>
       </dependency>
       
@@ -2190,24 +2182,12 @@
         <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