You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by na...@apache.org on 2010/10/26 15:23:02 UTC

svn commit: r1027541 - /tuscany/sca-java-1.x/trunk/itest/databindings/jaxbgen/pom.xml

Author: nash
Date: Tue Oct 26 13:23:01 2010
New Revision: 1027541

URL: http://svn.apache.org/viewvc?rev=1027541&view=rev
Log:
Merge r1022053 TUSCANY-3706: Add jaxws-api dependencies to jaxws-maven-plugin configuration

Modified:
    tuscany/sca-java-1.x/trunk/itest/databindings/jaxbgen/pom.xml

Modified: tuscany/sca-java-1.x/trunk/itest/databindings/jaxbgen/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/itest/databindings/jaxbgen/pom.xml?rev=1027541&r1=1027540&r2=1027541&view=diff
==============================================================================
--- tuscany/sca-java-1.x/trunk/itest/databindings/jaxbgen/pom.xml (original)
+++ tuscany/sca-java-1.x/trunk/itest/databindings/jaxbgen/pom.xml Tue Oct 26 13:23:01 2010
@@ -246,7 +246,30 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>jaxws-maven-plugin</artifactId>
-                <version>1.9</version>
+                <version>1.12</version>
+                <!-- Explicitly add the transitive dependencies for jaxws-api
+                     http://jira.codehaus.org/browse/MEV-498
+                -->
+                <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>
+                    <!-- Add javax.xml.ws.soap.Addressing in case the build is using
+                         the bad version of jaxws-api with this class missing
+                    -->
+                    <dependency>
+                        <groupId>org.apache.geronimo.specs</groupId>
+                        <artifactId>geronimo-jaxws_2.1_spec</artifactId>
+                        <version>1.0</version>
+                    </dependency>
+                </dependencies>
                 <executions>
                     <execution>
                         <phase>process-resources</phase>