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/10/25 14:41:57 UTC

svn commit: r1027097 - /tuscany/sca-java-2.x/trunk/testing/itest/scaclient-api-remote/pom.xml

Author: antelder
Date: Mon Oct 25 12:41:56 2010
New Revision: 1027097

URL: http://svn.apache.org/viewvc?rev=1027097&view=rev
Log:
Correct dependencies

Modified:
    tuscany/sca-java-2.x/trunk/testing/itest/scaclient-api-remote/pom.xml

Modified: tuscany/sca-java-2.x/trunk/testing/itest/scaclient-api-remote/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/itest/scaclient-api-remote/pom.xml?rev=1027097&r1=1027096&r2=1027097&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/testing/itest/scaclient-api-remote/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/testing/itest/scaclient-api-remote/pom.xml Mon Oct 25 12:41:56 2010
@@ -31,7 +31,7 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-sca-client-impl</artifactId>
+            <artifactId>tuscany-base-runtime</artifactId>
             <version>2.0-SNAPSHOT</version>
         </dependency>
         
@@ -41,12 +41,5 @@
             <version>2.0-SNAPSHOT</version>
         </dependency>
 
-        <dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>2.0-SNAPSHOT</version>
-            <scope>runtime</scope>
-        </dependency>
-
     </dependencies>
 </project>