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 2011/01/19 19:46:22 UTC

svn commit: r1060897 - /tuscany/sca-java-2.x/trunk/modules/shell/pom.xml

Author: slaws
Date: Wed Jan 19 18:46:22 2011
New Revision: 1060897

URL: http://svn.apache.org/viewvc?rev=1060897&view=rev
Log:
Thiss seems to be mid change. Am hoping this will get the build going at least.

Modified:
    tuscany/sca-java-2.x/trunk/modules/shell/pom.xml

Modified: tuscany/sca-java-2.x/trunk/modules/shell/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/shell/pom.xml?rev=1060897&r1=1060896&r2=1060897&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/shell/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/shell/pom.xml Wed Jan 19 18:46:22 2011
@@ -39,6 +39,12 @@
         </dependency>
         
         <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-node-api</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>        
+        
+        <dependency>
             <groupId>jline</groupId>
             <artifactId>jline</artifactId>
             <version>0.9.94</version>