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/13 13:43:24 UTC

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

Author: slaws
Date: Wed Oct 13 11:43:23 2010
New Revision: 1022072

URL: http://svn.apache.org/viewvc?rev=1022072&view=rev
Log:
Update to base + extensions approach

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

Modified: tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml?rev=1022072&r1=1022071&r2=1022072&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml Wed Oct 13 11:43:23 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>