[jboss-cvs] JBossAS SVN: r111012 - in branches/JBPAPP_5_1: embedded and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 23 17:40:34 EDT 2011


Author: fnasser at redhat.com
Date: 2011-03-23 17:40:34 -0400 (Wed, 23 Mar 2011)
New Revision: 111012

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

Modified: branches/JBPAPP_5_1/deployment/pom.xml
===================================================================
--- branches/JBPAPP_5_1/deployment/pom.xml	2011-03-23 21:06:56 UTC (rev 111011)
+++ branches/JBPAPP_5_1/deployment/pom.xml	2011-03-23 21:40:34 UTC (rev 111012)
@@ -84,8 +84,8 @@
     </dependency>
     
     <dependency>
-      <groupId>org.jboss.ws.native</groupId>
-      <artifactId>jbossws-native-saaj</artifactId>
+      <groupId>javax.xml.soap</groupId>
+      <artifactId>saaj-api</artifactId>
     </dependency>
     
     <dependency>

Modified: branches/JBPAPP_5_1/embedded/pom.xml
===================================================================
--- branches/JBPAPP_5_1/embedded/pom.xml	2011-03-23 21:06:56 UTC (rev 111011)
+++ branches/JBPAPP_5_1/embedded/pom.xml	2011-03-23 21:40:34 UTC (rev 111012)
@@ -48,8 +48,8 @@
       <artifactId>jboss-security-aspects</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.jboss.ws.native</groupId>
-      <artifactId>jbossws-native-jaxws</artifactId>
+      <groupId>javax.xml.ws</groupId>
+      <artifactId>jaxws-api</artifactId>
     </dependency>
     <dependency>
       <groupId>org.jboss.ws</groupId>

Modified: branches/JBPAPP_5_1/tomcat/pom.xml
===================================================================
--- branches/JBPAPP_5_1/tomcat/pom.xml	2011-03-23 21:06:56 UTC (rev 111011)
+++ branches/JBPAPP_5_1/tomcat/pom.xml	2011-03-23 21:40:34 UTC (rev 111012)
@@ -87,8 +87,8 @@
       <artifactId>jbossweb</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.jboss.ws.native</groupId>
-      <artifactId>jbossws-native-jaxws</artifactId>
+      <groupId>javax.xml.ws</groupId>
+      <artifactId>jaxws-api</artifactId>
     </dependency>
     <dependency>
       <groupId>jgroups</groupId>



More information about the jboss-cvs-commits mailing list