diff options
Diffstat (limited to 'sca-java-2.x/trunk/testing/itest/ws')
-rw-r--r-- | sca-java-2.x/trunk/testing/itest/ws/wsdlgen/pom.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/ws/wsdlgen/pom.xml b/sca-java-2.x/trunk/testing/itest/ws/wsdlgen/pom.xml index 71415b81c9..35e77a80fd 100644 --- a/sca-java-2.x/trunk/testing/itest/ws/wsdlgen/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/ws/wsdlgen/pom.xml @@ -61,8 +61,16 @@ <finalName>${project.artifactId}</finalName>
<plugins>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
+ <groupId>org.jvnet.jax-ws-commons</groupId>
<artifactId>jaxws-maven-plugin</artifactId>
+ <version>2.1</version>
+ <dependencies>
+ <dependency>
+ <groupId>com.sun.xml.ws</groupId>
+ <artifactId>jaxws-tools</artifactId>
+ <version>2.2.6-promoted-b10</version>
+ </dependency>
+ </dependencies>
<executions>
<execution>
<phase>generate-test-sources</phase>
|