[jboss-cvs] JBossAS SVN: r111021 - in branches/JBPAPP_5_1: thirdparty and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 24 11:24:19 EDT 2011


Author: fnasser at redhat.com
Date: 2011-03-24 11:24:19 -0400 (Thu, 24 Mar 2011)
New Revision: 111021

Modified:
   branches/JBPAPP_5_1/component-matrix/pom.xml
   branches/JBPAPP_5_1/thirdparty/pom.xml
Log:
(cont.) JBPAPP-4953: Refactor the way JBoss WS handles third-party dependencies

Modified: branches/JBPAPP_5_1/component-matrix/pom.xml
===================================================================
--- branches/JBPAPP_5_1/component-matrix/pom.xml	2011-03-24 15:03:14 UTC (rev 111020)
+++ branches/JBPAPP_5_1/component-matrix/pom.xml	2011-03-24 15:24:19 UTC (rev 111021)
@@ -94,8 +94,8 @@
     <version.oswego-concurrent.concurrent>1.3.4-jboss-update1</version.oswego-concurrent.concurrent>
     <version.saaj.api>1.3</version.saaj.api>
     <version.seam.integration>5.1.0.GA</version.seam.integration>
-    <version.staxex>2.1.3</version.staxex>
-    <version.streambuffer>2.1.7</version.streambuffer>
+    <version.staxex>1.2</version.staxex>
+    <version.streambuffer>0.8</version.streambuffer>
     <version.suffix.org.jboss.javaee>.GA</version.suffix.org.jboss.javaee>
     <version.sun-jaxws>2.1.7</version.sun-jaxws>
     <version.sun.jaxb>2.1.12.patch01</version.sun.jaxb>
@@ -2169,7 +2169,7 @@
       </dependency>
 
       <dependency>
-        <groupId>sun-jaxws</groupId>
+        <groupId>org.jvnet.staxex</groupId>
         <artifactId>stax-ex</artifactId>
         <version>${version.staxex}</version>
         <exclusions>
@@ -2181,7 +2181,7 @@
       </dependency>
 
       <dependency>
-        <groupId>sun-jaxws</groupId>
+        <groupId>com.sun.xml.stream.buffer</groupId>
         <artifactId>streambuffer</artifactId>
         <version>${version.streambuffer}</version>
         <exclusions>

Modified: branches/JBPAPP_5_1/thirdparty/pom.xml
===================================================================
--- branches/JBPAPP_5_1/thirdparty/pom.xml	2011-03-24 15:03:14 UTC (rev 111020)
+++ branches/JBPAPP_5_1/thirdparty/pom.xml	2011-03-24 15:24:19 UTC (rev 111021)
@@ -987,7 +987,7 @@
               <exportArtifact>false</exportArtifact>
             </dependency>            
             <dependency>
-              <groupId>sun-jaxws</groupId>
+              <groupId>org.jvnet.staxex</groupId>
               <artifactId>stax-ex</artifactId>
               <exportArtifact>false</exportArtifact>
             </dependency>
@@ -1020,7 +1020,7 @@
               </mapping>
             </dependency>
             <dependency>
-              <groupId>sun-jaxws</groupId>
+              <groupId>com.sun.xml.stream.buffer</groupId>
               <artifactId>streambuffer</artifactId>
               <exportArtifact>false</exportArtifact>
             </dependency>
@@ -2086,11 +2086,11 @@
       <artifactId>jaxws-tools</artifactId>
     </dependency>    
     <dependency>
-      <groupId>sun-jaxws</groupId>
+      <groupId>org.jvnet.staxex</groupId>
       <artifactId>stax-ex</artifactId>
     </dependency>
     <dependency>
-      <groupId>sun-jaxws</groupId>
+      <groupId>com.sun.xml.stream.buffer</groupId>
       <artifactId>streambuffer</artifactId>
     </dependency>    
     <dependency>



More information about the jboss-cvs-commits mailing list