[jboss-cvs] JBossAS SVN: r111011 - branches/JBPAPP_5_1/server.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 23 17:06:56 EDT 2011


Author: fnasser at redhat.com
Date: 2011-03-23 17:06:56 -0400 (Wed, 23 Mar 2011)
New Revision: 111011

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

Modified: branches/JBPAPP_5_1/server/pom.xml
===================================================================
--- branches/JBPAPP_5_1/server/pom.xml	2011-03-23 16:31:29 UTC (rev 111010)
+++ branches/JBPAPP_5_1/server/pom.xml	2011-03-23 21:06:56 UTC (rev 111011)
@@ -267,13 +267,13 @@
     </dependency>
     
     <dependency>
-      <groupId>org.jboss.ws.native</groupId>
-      <artifactId>jbossws-native-saaj</artifactId>
+      <groupId>javax.xml.soap</groupId>
+      <artifactId>saaj-api</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>



More information about the jboss-cvs-commits mailing list