summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/itest
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2012-01-25 10:31:55 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2012-01-25 10:31:55 +0000
commit500df32134a8b61a56326e7527924f8339a4192e (patch)
tree2c3d9eff441bbbf43b261f89169c7e8f611629d6 /sca-java-2.x/trunk/testing/itest
parent331752860ebb24813c3308205ed879a5ce6c57fa (diff)
Update the version of the JAXWS plugin being used to match that from other ws tests that seem to run successfully up on Jenkins
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1235712 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/testing/itest')
-rw-r--r--sca-java-2.x/trunk/testing/itest/ws/wsdlgen/pom.xml10
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>