You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2011/11/25 16:35:49 UTC

svn commit: r1206222 - /tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-jaxws/pom.xml

Author: antelder
Date: Fri Nov 25 15:35:48 2011
New Revision: 1206222

URL: http://svn.apache.org/viewvc?rev=1206222&view=rev
Log:
Update everywhere that use the jaxws-maven-plugin plugin to use the version and config which works for both Java 6 and 7

Modified:
    tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-jaxws/pom.xml

Modified: tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-jaxws/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-jaxws/pom.xml?rev=1206222&r1=1206221&r2=1206222&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-jaxws/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-jaxws/pom.xml Fri Nov 25 15:35:48 2011
@@ -136,25 +136,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>