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 17:42:08 UTC

svn commit: r1022145 - in /tuscany/sca-java-2.x/trunk/testing/compliance-tests: binding-ws/pom.xml policy/pom.xml

Author: slaws
Date: Wed Oct 13 15:42:07 2010
New Revision: 1022145

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

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

Modified: tuscany/sca-java-2.x/trunk/testing/compliance-tests/binding-ws/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/compliance-tests/binding-ws/pom.xml?rev=1022145&r1=1022144&r2=1022145&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/testing/compliance-tests/binding-ws/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/testing/compliance-tests/binding-ws/pom.xml Wed Oct 13 15:42:07 2010
@@ -38,13 +38,32 @@
             <version>2.0-SNAPSHOT</version>
         </dependency>
 
+       <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-base-runtime-pom</artifactId>
+            <version>2.0-SNAPSHOT</version>
+            <type>pom</type>
+        </dependency> 
+
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-feature-base</artifactId>
+            <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>

Modified: tuscany/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml?rev=1022145&r1=1022144&r2=1022145&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml Wed Oct 13 15:42:07 2010
@@ -38,14 +38,33 @@
             <version>2.0-SNAPSHOT</version>
         </dependency>
 
+       <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-base-runtime-pom</artifactId>
+            <version>2.0-SNAPSHOT</version>
+            <type>pom</type>
+        </dependency> 
+
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-feature-base</artifactId>
+            <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> 
+
+        <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  -->