Author: nash
Date: Sun Oct 10 10:25:06 2010
New Revision: 1006268

URL: http://svn.apache.org/viewvc?rev=1006268&view=rev
Log:
TUSCANY-3706: Fix dependencies on JAX-WS APIs and runtime

Modified:
    tuscany/sca-java-1.x/branches/sca-java-1.6.1/itest/wsdlgen/pom.xml
    tuscany/sca-java-1.x/branches/sca-java-1.6.1/itest/wsdlless/pom.xml

Modified: tuscany/sca-java-1.x/branches/sca-java-1.6.1/itest/wsdlgen/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6.1/itest/wsdlgen/pom.xml?rev=1006268&r1=1006267&r2=1006268&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-1.6.1/itest/wsdlgen/pom.xml 
(original)
+++ tuscany/sca-java-1.x/branches/sca-java-1.6.1/itest/wsdlgen/pom.xml Sun Oct 
10 10:25:06 2010
@@ -99,13 +99,24 @@
             </exclusions>
         </dependency>
         
-       <dependency>
-               <groupId>com.sun.xml.ws</groupId>
-               <artifactId>jaxws-rt</artifactId>
-               <version>2.1.4</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>
+            <scope>test</scope>
+        </dependency>
 
         <dependency>
+            <groupId>com.sun.xml.ws</groupId>
+            <artifactId>jaxws-rt</artifactId>
+            <version>2.1.4</version>
+            <scope>test</scope>
+        </dependency>
+       
+        <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>4.5</version>

Modified: tuscany/sca-java-1.x/branches/sca-java-1.6.1/itest/wsdlless/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6.1/itest/wsdlless/pom.xml?rev=1006268&r1=1006267&r2=1006268&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-1.6.1/itest/wsdlless/pom.xml 
(original)
+++ tuscany/sca-java-1.x/branches/sca-java-1.6.1/itest/wsdlless/pom.xml Sun Oct 
10 10:25:06 2010
@@ -98,6 +98,16 @@
             <scope>compile</scope>
         </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>
+            <scope>test</scope>
+        </dependency>
+
         <dependency>
             <groupId>com.sun.xml.ws</groupId>
             <artifactId>jaxws-rt</artifactId>


Reply via email to