[jbossws-commits] JBossWS SVN: r9115 - stack/native/trunk/modules/client.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Sat Jan 24 04:56:51 EST 2009


Author: alessio.soldano at jboss.com
Date: 2009-01-24 04:56:50 -0500 (Sat, 24 Jan 2009)
New Revision: 9115

Modified:
   stack/native/trunk/modules/client/pom.xml
Log:
Shortening dependency path to the right JAX-WS implementation


Modified: stack/native/trunk/modules/client/pom.xml
===================================================================
--- stack/native/trunk/modules/client/pom.xml	2009-01-23 19:06:01 UTC (rev 9114)
+++ stack/native/trunk/modules/client/pom.xml	2009-01-24 09:56:50 UTC (rev 9115)
@@ -24,6 +24,11 @@
     </dependency>
     <dependency>
       <groupId>org.jboss.ws.native</groupId>
+      <artifactId>jbossws-native-jaxws</artifactId>
+      <version>${version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.ws.native</groupId>
       <artifactId>jbossws-native-jaxrpc</artifactId>
       <version>${version}</version>
     </dependency>




More information about the jbossws-commits mailing list