You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2010/10/11 14:34:11 UTC

svn commit: r1021322 - /tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml

Author: slaws
Date: Mon Oct 11 12:34:11 2010
New Revision: 1021322

URL: http://svn.apache.org/viewvc?rev=1021322&view=rev
Log:
Switch over to new runtime references. 

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

Modified: tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml?rev=1021322&r1=1021321&r2=1021322&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml Mon Oct 11 12:34:11 2010
@@ -40,11 +40,30 @@
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-feature-base</artifactId>
+            <artifactId>tuscany-base-runtime</artifactId>
+            <version>2.0-SNAPSHOT</version>
             <type>pom</type>
+        </dependency> 
+
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-osgi-runtime</artifactId>
+            <version>2.0-SNAPSHOT</version>
+            <type>pom</type>
+        </dependency> 
+
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
             <version>2.0-SNAPSHOT</version>
         </dependency>
 
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-host-jetty</artifactId>
+            <version>2.0-SNAPSHOT</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>
@@ -80,7 +99,6 @@
          <artifactId>maven-surefire-plugin</artifactId>
          <configuration>
            <excludes>
-            <exclude>**/JCA_9016_TestCase.java</exclude><!-- TUSCANY-???? -->
             <exclude>**/JCA_11021_TestCase.java</exclude><!-- TUSCANY-3664 -->
            </excludes>
          </configuration>