summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2011-01-19 18:46:22 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2011-01-19 18:46:22 +0000
commit28a16df8b580cce68d7debdc22e91e6675c7d80e (patch)
tree31c8c0e692828f8e3274323907d3d5d64e25afec /sca-java-2.x/trunk
parent2d43b8c9f8ca709a92dd67c188d76ca0212fdac6 (diff)
Thiss seems to be mid change. Am hoping this will get the build going at least.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1060897 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r--sca-java-2.x/trunk/modules/shell/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/modules/shell/pom.xml b/sca-java-2.x/trunk/modules/shell/pom.xml
index e13b74325d..a72a7977ab 100644
--- a/sca-java-2.x/trunk/modules/shell/pom.xml
+++ b/sca-java-2.x/trunk/modules/shell/pom.xml
@@ -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>