You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sv...@apache.org on 2007/07/03 21:53:52 UTC

svn commit: r552964 - /incubator/tuscany/branches/sca-java-0.91/samples/databinding-echo/pom.xml

Author: svkrish
Date: Tue Jul  3 12:53:52 2007
New Revision: 552964

URL: http://svn.apache.org/viewvc?view=rev&rev=552964
Log:
added dependency to fix break in testcase

Modified:
    incubator/tuscany/branches/sca-java-0.91/samples/databinding-echo/pom.xml

Modified: incubator/tuscany/branches/sca-java-0.91/samples/databinding-echo/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-0.91/samples/databinding-echo/pom.xml?view=diff&rev=552964&r1=552963&r2=552964
==============================================================================
--- incubator/tuscany/branches/sca-java-0.91/samples/databinding-echo/pom.xml (original)
+++ incubator/tuscany/branches/sca-java-0.91/samples/databinding-echo/pom.xml Tue Jul  3 12:53:52 2007
@@ -59,7 +59,14 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>sample-binding-echo-extension</artifactId>
             <version>0.91-incubating-SNAPSHOT</version>
-        </dependency>        
+        </dependency>       
+        
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-implementation-java-runtime</artifactId>
+            <version>0.91-incubating-SNAPSHOT</version>
+            <scope>runtime</scope>
+        </dependency> 
 
         <dependency>
             <groupId>junit</groupId>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org