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/02/10 10:23:35 UTC

svn commit: r908406 - /tuscany/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-hazelcast/pom.xml

Author: slaws
Date: Wed Feb 10 09:23:33 2010
New Revision: 908406

URL: http://svn.apache.org/viewvc?rev=908406&view=rev
Log:
Remove unecessary dependency on domain node and replace with direct dependency on binding-sca-runtime-rmi. The dependencies are set so as not to include sca-client-rmi so that we're running with the normal default binding structure at the client. 

Modified:
    tuscany/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-hazelcast/pom.xml

Modified: tuscany/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-hazelcast/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-hazelcast/pom.xml?rev=908406&r1=908405&r2=908406&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-hazelcast/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-hazelcast/pom.xml Wed Feb 10 09:23:33 2010
@@ -29,11 +29,11 @@
     <name>Apache Tuscany SCA iTest Nodes Two Nodes Two VMs Test using Hazelcast registry</name>
 
     <dependencies>
-        <dependency>
+        <!--dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-domain-node</artifactId>
             <version>2.0-SNAPSHOT</version>
-        </dependency>    
+        </dependency-->    
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-endpoint-hazelcast</artifactId>
@@ -66,9 +66,14 @@
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-binding-sca-runtime</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency> 
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-sca-runtime-rmi</artifactId>
             <version>2.0-SNAPSHOT</version>
-        </dependency>   
+        </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-jetty</artifactId>