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 2010/03/31 17:28:43 UTC

svn commit: r929590 - in /tuscany/sca-java-2.x/trunk/compliance-tests: assembly/pom.xml java-caa/pom.xml java-ci/pom.xml policy/pom.xml

Author: antelder
Date: Wed Mar 31 15:28:43 2010
New Revision: 929590

URL: http://svn.apache.org/viewvc?rev=929590&view=rev
Log:
Update complicance tests to use JAX-WS based WS binding

Modified:
    tuscany/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml
    tuscany/sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml
    tuscany/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml
    tuscany/sca-java-2.x/trunk/compliance-tests/policy/pom.xml

Modified: tuscany/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml?rev=929590&r1=929589&r2=929590&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml Wed Mar 31 15:28:43 2010
@@ -44,18 +44,6 @@
             <version>2.0-SNAPSHOT</version>
         </dependency>
 
-        <dependency>
-            <groupId>org.apache.tuscany.sca.shades</groupId>
-            <artifactId>tuscany-webservices</artifactId>
-            <version>2.0-SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.mortbay.jetty</groupId>
-            <artifactId>jetty</artifactId>
-            <version>6.1.19</version>
-        </dependency>
-
         <!-- This is need when running with Sun JDK which gets an unsupported operation exception creating an XMLStreamReader from a DOMSource
              when Tuscany is writing a property value  -->
         <dependency>

Modified: tuscany/sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml?rev=929590&r1=929589&r2=929590&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml Wed Mar 31 15:28:43 2010
@@ -44,18 +44,6 @@
             <version>2.0-SNAPSHOT</version>
         </dependency>
 
-        <dependency>
-            <groupId>org.apache.tuscany.sca.shades</groupId>
-            <artifactId>tuscany-webservices</artifactId>
-            <version>2.0-SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.mortbay.jetty</groupId>
-            <artifactId>jetty</artifactId>
-            <version>6.1.19</version>
-        </dependency>
-
         <!-- This is need when running with Sun JDK which gets an unsupported operation exception creating an XMLStreamReader from a DOMSource
              when Tuscany is writing a property value  -->
         <dependency>

Modified: tuscany/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml?rev=929590&r1=929589&r2=929590&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml Wed Mar 31 15:28:43 2010
@@ -44,18 +44,6 @@
             <version>2.0-SNAPSHOT</version>
         </dependency>
 
-        <dependency>
-            <groupId>org.apache.tuscany.sca.shades</groupId>
-            <artifactId>tuscany-webservices</artifactId>
-            <version>2.0-SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.mortbay.jetty</groupId>
-            <artifactId>jetty</artifactId>
-            <version>6.1.19</version>
-        </dependency>
-
          <!-- This is need when running with Sun JDK which gets an unsupported operation exception creating an XMLStreamReader from a DOMSource
              when Tuscany is writing a property value  -->
          <dependency>

Modified: tuscany/sca-java-2.x/trunk/compliance-tests/policy/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/compliance-tests/policy/pom.xml?rev=929590&r1=929589&r2=929590&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/compliance-tests/policy/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/compliance-tests/policy/pom.xml Wed Mar 31 15:28:43 2010
@@ -45,12 +45,6 @@
         </dependency>
 
         <dependency>
-            <groupId>org.apache.tuscany.sca.shades</groupId>
-            <artifactId>tuscany-webservices</artifactId>
-            <version>2.0-SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
             <!-- This is need for POL_4013 and POL_4028 when running with Sun JDK which 
             gets an unsupported operation exception creating an XMLStreamReader from a DOMSource
             when Tuscany is writing a property value  -->
@@ -67,12 +61,6 @@
         </dependency>
 
         <dependency>
-            <groupId>org.mortbay.jetty</groupId>
-            <artifactId>jetty</artifactId>
-            <version>6.1.19</version>
-        </dependency>
-
-        <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>4.5</version>