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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 4 15:51:24 EST 2009


Author: pgier
Date: 2009-11-04 15:51:24 -0500 (Wed, 04 Nov 2009)
New Revision: 96013

Modified:
   branches/Branch_5_x/component-matrix/pom.xml
   branches/Branch_5_x/thirdparty/pom.xml
Log:
[JBBUILD-570] Use standard Maven groupId for streambuffer.

Modified: branches/Branch_5_x/component-matrix/pom.xml
===================================================================
--- branches/Branch_5_x/component-matrix/pom.xml	2009-11-04 18:02:41 UTC (rev 96012)
+++ branches/Branch_5_x/component-matrix/pom.xml	2009-11-04 20:51:24 UTC (rev 96013)
@@ -119,7 +119,7 @@
     <version.seam.integration>5.1.0.CR1</version.seam.integration>
     <version.beanvalidation.integration>1.0.0-Beta-1</version.beanvalidation.integration>
     <version.staxex>2.1.1</version.staxex>
-    <version.streambuffer>2.1.1</version.streambuffer>
+    <version.streambuffer>0.9</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.9-brew</version.sun.jaxb>
@@ -2237,7 +2237,7 @@
       </dependency>
 
       <dependency>
-        <groupId>sun-jaxws</groupId>
+        <groupId>com.sun.xml.stream.buffer</groupId>
         <artifactId>streambuffer</artifactId>
         <version>${version.streambuffer}</version>
       </dependency>    
@@ -2385,6 +2385,7 @@
                         <exclude>javax.xml.bind:jaxb-api</exclude>
                         <exclude>sun-jaxws:jaxws-rt</exclude>
                         <exclude>sun-jaxws:jaxws-tools</exclude>
+                        <exclude>sun-jaxws:streambuffer</exclude>
                         <exclude>apache-xerces:xercesImpl</exclude>
                         <exclude>ant:ant</exclude>
                         <exclude>apache-log4j:log4j</exclude>

Modified: branches/Branch_5_x/thirdparty/pom.xml
===================================================================
--- branches/Branch_5_x/thirdparty/pom.xml	2009-11-04 18:02:41 UTC (rev 96012)
+++ branches/Branch_5_x/thirdparty/pom.xml	2009-11-04 20:51:24 UTC (rev 96013)
@@ -996,9 +996,12 @@
               <exportArtifact>false</exportArtifact>
             </dependency>
             <dependency>
-              <groupId>sun-jaxws</groupId>
+              <groupId>com.sun.xml.stream.buffer</groupId>
               <artifactId>streambuffer</artifactId>
               <exportArtifact>false</exportArtifact>
+              <mapping>
+                <componentId>sun-jaxws</componentId>
+              </mapping>
             </dependency>
             <dependency>
               <groupId>org.jboss.security</groupId>
@@ -2092,7 +2095,7 @@
       <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