From 0d5cc4faa5e8109bdb35b657d4abb70880d143d2 Mon Sep 17 00:00:00 2001 From: antelder Date: Fri, 25 Nov 2011 12:42:30 +0000 Subject: Update to work with both Java 1.6 and 1.7. I think this looks like what has to be done to get wsimport and wsgen working from Maven for both java 1.6 and 1.7 - use the latest plugin from org.jvnet.jax-ws-commons, set thewsimport target to be 2.1, and include a dependency on the latest jaxws-tools git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1206141 13f79535-47bb-0310-9956-ffa450edef68 --- .../itest/ws/contribution-java-first/pom.xml | 29 ++++++++-------------- 1 file changed, 11 insertions(+), 18 deletions(-) (limited to 'sca-java-2.x/trunk/testing/itest') diff --git a/sca-java-2.x/trunk/testing/itest/ws/contribution-java-first/pom.xml b/sca-java-2.x/trunk/testing/itest/ws/contribution-java-first/pom.xml index 2f5ad0e4bf..90fb413e20 100644 --- a/sca-java-2.x/trunk/testing/itest/ws/contribution-java-first/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/ws/contribution-java-first/pom.xml @@ -75,24 +75,9 @@ - org.codehaus.mojo + org.jvnet.jax-ws-commons jaxws-maven-plugin - 1.10 - - - - javax.jws - jsr181-api - 1.0-MR1 - - - javax.annotation - jsr250-api - 1.0 - - + 2.1 wsgen1 @@ -113,6 +98,7 @@ wsimport + 2.1 org.apache.tuscany.sca.binding.ws.jaxws.external.service.iface ${basedir}/target/classes @@ -123,12 +109,19 @@ - 2.1 ${project.build.directory}/jaxws-source ${project.build.directory}/jaxws-source true true + + + + com.sun.xml.ws + jaxws-tools + 2.2.6-promoted-b10 + + -- cgit v1.2.3