summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/shell/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-07-05 14:46:16 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-07-05 14:46:16 +0000
commit161c922fc69f8b574d53d36cb419e016e0879019 (patch)
treed0f95a87232b49e759810a25c044c3bbb8779897 /sca-java-2.x/trunk/modules/shell/pom.xml
parent706299c66e023a6939cfbb9cfa8daa07c8f29a00 (diff)
Update to also support using JLine for a more powerful command line and tab completion, and support all the API install contribution parameters
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960610 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules/shell/pom.xml')
-rw-r--r--sca-java-2.x/trunk/modules/shell/pom.xml7
1 files changed, 7 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 fe896d05ae..e13b74325d 100644
--- a/sca-java-2.x/trunk/modules/shell/pom.xml
+++ b/sca-java-2.x/trunk/modules/shell/pom.xml
@@ -38,6 +38,13 @@
<version>2.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>jline</groupId>
+ <artifactId>jline</artifactId>
+ <version>0.9.94</version>
+ <optional>true</optional>
+ </dependency>
+
</dependencies>
</project>