[jboss-cvs] JBossAS SVN: r110740 - branches/JBPAPP_5_1/thirdparty.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 22 12:58:15 EST 2011


Author: yiqiaowang
Date: 2011-02-22 12:58:15 -0500 (Tue, 22 Feb 2011)
New Revision: 110740

Modified:
   branches/JBPAPP_5_1/thirdparty/pom.xml
Log:
JBPAPP-5957: Upgrade JBoss WS Native to 3.1.2.SP8 and its components to match. JBPAPP-4953: Refactor the way JBoss WS handles third-party dependencies

Modified: branches/JBPAPP_5_1/thirdparty/pom.xml
===================================================================
--- branches/JBPAPP_5_1/thirdparty/pom.xml	2011-02-22 17:58:04 UTC (rev 110739)
+++ branches/JBPAPP_5_1/thirdparty/pom.xml	2011-02-22 17:58:15 UTC (rev 110740)
@@ -992,6 +992,34 @@
               <exportArtifact>false</exportArtifact>
             </dependency>
             <dependency>
+              <groupId>javax.xml</groupId>
+              <artifactId>jaxrpc-api</artifactId>
+              <mapping>
+                <componentId>jaxrpc.api</componentId>
+              </mapping>
+            </dependency>
+            <dependency>
+              <groupId>javax.jws</groupId>
+              <artifactId>jsr181-api</artifactId>
+              <mapping>
+                <componentId>jsr181.api</componentId>
+              </mapping>
+            </dependency>
+            <dependency>
+              <groupId>javax.xml.soap</groupId>
+              <artifactId>saaj-api</artifactId>
+              <mapping>
+                <componentId>saaj.api</componentId>
+              </mapping>
+            </dependency>
+            <dependency>
+              <groupId>javax.xml.ws</groupId>
+              <artifactId>jaxws-api</artifactId>
+              <mapping>
+                <componentId>jaxws.api</componentId>
+              </mapping>
+            </dependency>
+            <dependency>
               <groupId>sun-jaxws</groupId>
               <artifactId>streambuffer</artifactId>
               <exportArtifact>false</exportArtifact>
@@ -1654,25 +1682,13 @@
     </dependency>
     <dependency>
       <groupId>org.jboss.ws.native</groupId>
-      <artifactId>jbossws-native-jaxrpc</artifactId>
+      <artifactId>jbossws-native-factories</artifactId>
     </dependency>
     <dependency>
       <groupId>org.jboss.ws.native</groupId>
-      <artifactId>jbossws-native-jaxws</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.ws.native</groupId>
-      <artifactId>jbossws-native-jaxws-ext</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.ws.native</groupId>
       <artifactId>jbossws-native-resources</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.jboss.ws.native</groupId>
-      <artifactId>jbossws-native-saaj</artifactId>
-    </dependency>
-    <dependency>
       <groupId>org.jboss.ws</groupId>
       <artifactId>jbossws-common</artifactId>
     </dependency>
@@ -2086,6 +2102,22 @@
       <artifactId>jbossxacml</artifactId>
     </dependency>
     <dependency>
+      <groupId>javax.xml</groupId>
+      <artifactId>jaxrpc-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.jws</groupId>
+      <artifactId>jsr181-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.xml.soap</groupId>
+      <artifactId>saaj-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.xml.ws</groupId>
+      <artifactId>jaxws-api</artifactId>
+    </dependency>
+    <dependency>
       <groupId>stax</groupId>
       <artifactId>stax-api</artifactId>
     </dependency>



More information about the jboss-cvs-commits mailing list