Author: slaws
Date: Wed Jan 25 10:31:55 2012
New Revision: 1235712
URL: http://svn.apache.org/viewvc?rev=1235712&view=rev
Log:
Update the version of the JAXWS plugin being used to match that from other ws
tests that seem to run successfully up on Jenkins
Modified:
tuscany/sca-java-2.x/trunk/testing/itest/ws/wsdlgen/pom.xml
Modified: tuscany/sca-java-2.x/trunk/testing/itest/ws/wsdlgen/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/itest/ws/wsdlgen/pom.xml?rev=1235712&r1=1235711&r2=1235712&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/testing/itest/ws/wsdlgen/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/testing/itest/ws/wsdlgen/pom.xml Wed Jan 25
10:31:55 2012
@@ -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>