diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-11-25 15:31:24 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-11-25 15:31:24 +0000 |
commit | f8c5465677ad42877043e7b1fabb0b885afbfeb7 (patch) | |
tree | 24872696f46ea2a8b57bc63e816751d35e6d8a74 /sca-java-2.x/trunk/testing/itest/ws-jaxws/external-client | |
parent | 0d5cc4faa5e8109bdb35b657d4abb70880d143d2 (diff) |
Update everywhere that use the jaxws-maven-plugin plugin to use the version and config which works for both Java 6 and 7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1206218 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/testing/itest/ws-jaxws/external-client')
-rw-r--r-- | sca-java-2.x/trunk/testing/itest/ws-jaxws/external-client/pom.xml | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/ws-jaxws/external-client/pom.xml b/sca-java-2.x/trunk/testing/itest/ws-jaxws/external-client/pom.xml index d92d8d6fcf..ad5e63dbfa 100644 --- a/sca-java-2.x/trunk/testing/itest/ws-jaxws/external-client/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/ws-jaxws/external-client/pom.xml @@ -76,23 +76,15 @@ </executions> </plugin> <plugin> - <groupId>org.codehaus.mojo</groupId> + <groupId>org.jvnet.jax-ws-commons</groupId> <artifactId>jaxws-maven-plugin</artifactId> - <version>1.10</version> - <!-- Explicitly add the transitive dependencies for jaxws-api - http://jira.codehaus.org/browse/MEV-498 - --> + <version>2.1</version> <dependencies> - <dependency> - <groupId>javax.jws</groupId> - <artifactId>jsr181-api</artifactId> - <version>1.0-MR1</version> - </dependency> - <dependency> - <groupId>javax.annotation</groupId> - <artifactId>jsr250-api</artifactId> - <version>1.0</version> - </dependency> + <dependency> + <groupId>com.sun.xml.ws</groupId> + <artifactId>jaxws-tools</artifactId> + <version>2.2.6-promoted-b10</version> + </dependency> </dependencies> <executions> <execution> |