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/13 12:01:11 UTC

svn commit: r1022055 - in /tuscany/sca-java-1.x/branches/sca-java-1.6.1/itest/databindings: interop/pom.xml jaxbgen/pom.xml

Author: nash
Date: Wed Oct 13 10:01:10 2010
New Revision: 1022055

URL: http://svn.apache.org/viewvc?rev=1022055&view=rev
Log:
Replace compile-time dependency on jaxws-rt by jaxws-api

Modified:
    tuscany/sca-java-1.x/branches/sca-java-1.6.1/itest/databindings/interop/pom.xml
    tuscany/sca-java-1.x/branches/sca-java-1.6.1/itest/databindings/jaxbgen/pom.xml

Modified: tuscany/sca-java-1.x/branches/sca-java-1.6.1/itest/databindings/interop/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6.1/itest/databindings/interop/pom.xml?rev=1022055&r1=1022054&r2=1022055&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-1.6.1/itest/databindings/interop/pom.xml (original)
+++ tuscany/sca-java-1.x/branches/sca-java-1.6.1/itest/databindings/interop/pom.xml Wed Oct 13 10:01:10 2010
@@ -101,9 +101,15 @@
         </dependency>
 
         <dependency>
-            <groupId>com.sun.xml.ws</groupId>
-            <artifactId>jaxws-rt</artifactId>
-            <version>2.1.3</version>
+            <groupId>javax.xml.ws</groupId>
+            <artifactId>jaxws-api</artifactId>
+            <version>2.1</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>javax.xml.soap</groupId>
+                    <artifactId>saaj-api</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>

Modified: tuscany/sca-java-1.x/branches/sca-java-1.6.1/itest/databindings/jaxbgen/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6.1/itest/databindings/jaxbgen/pom.xml?rev=1022055&r1=1022054&r2=1022055&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-1.6.1/itest/databindings/jaxbgen/pom.xml (original)
+++ tuscany/sca-java-1.x/branches/sca-java-1.6.1/itest/databindings/jaxbgen/pom.xml Wed Oct 13 10:01:10 2010
@@ -127,9 +127,15 @@
         </dependency>
  
         <dependency>
-            <groupId>com.sun.xml.ws</groupId>
-            <artifactId>jaxws-rt</artifactId>
-            <version>2.1.3</version>
+            <groupId>javax.xml.ws</groupId>
+            <artifactId>jaxws-api</artifactId>
+            <version>2.1</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>javax.xml.soap</groupId>
+                    <artifactId>saaj-api</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <!-- Added by Simon Nash    -->
         <dependency>