Author: thomas.diesler(a)jboss.com
Date: 2008-05-02 15:29:44 -0400 (Fri, 02 May 2008)
New Revision: 6875
Modified:
stack/native/trunk/modules/client/pom.xml
Log:
This shortens the path to the JAX-WS impl. Otherwise jaxws-rt.jar might be seen first
Modified: stack/native/trunk/modules/client/pom.xml
===================================================================
--- stack/native/trunk/modules/client/pom.xml 2008-05-02 17:54:03 UTC (rev 6874)
+++ stack/native/trunk/modules/client/pom.xml 2008-05-02 19:29:44 UTC (rev 6875)
@@ -15,8 +15,19 @@
<!-- Dependencies -->
<dependencies>
+ <!-- This shortens the path to the JAX-WS impl. Otherwise jaxws-rt.jar might be
seen first -->
<dependency>
<groupId>org.jboss.ws.native</groupId>
+ <artifactId>jbossws-native-jaxws-ext</artifactId>
+ <version>${version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws.native</groupId>
+ <artifactId>jbossws-native-jaxrpc</artifactId>
+ <version>${version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native-core</artifactId>
<version>${version}</version>
</dependency>
Show replies by date