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 2008/09/02 14:58:22 UTC

svn commit: r691227 - /tuscany/java/sca/itest/callablereferences/pom.xml

Author: antelder
Date: Tue Sep  2 05:58:21 2008
New Revision: 691227

URL: http://svn.apache.org/viewvc?rev=691227&view=rev
Log:
Make dependency on node impl explicit

Modified:
    tuscany/java/sca/itest/callablereferences/pom.xml

Modified: tuscany/java/sca/itest/callablereferences/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/itest/callablereferences/pom.xml?rev=691227&r1=691226&r2=691227&view=diff
==============================================================================
--- tuscany/java/sca/itest/callablereferences/pom.xml (original)
+++ tuscany/java/sca/itest/callablereferences/pom.xml Tue Sep  2 05:58:21 2008
@@ -37,6 +37,12 @@
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-node-impl</artifactId>
+            <version>1.4-SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
             <version>1.4-SNAPSHOT</version>
             <scope>runtime</scope>