summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/node-launcher-equinox/pom.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-02-04 01:31:18 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-02-04 01:31:18 +0000
commit54bec0b997ffd6d92efdd209071ce230b2e24099 (patch)
tree657bbfd2ff8ddb8994031c07f0995a7069655048 /java/sca/modules/node-launcher-equinox/pom.xml
parentb6a7235c65cf4aed9dbb8037118e7839c689a070 (diff)
Add command-line parsing to the node launcher
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740567 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/modules/node-launcher-equinox/pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/java/sca/modules/node-launcher-equinox/pom.xml b/java/sca/modules/node-launcher-equinox/pom.xml
index 6acabf1136..608ba3ee51 100644
--- a/java/sca/modules/node-launcher-equinox/pom.xml
+++ b/java/sca/modules/node-launcher-equinox/pom.xml
@@ -62,7 +62,13 @@
<artifactId>app</artifactId>
<version>1.0.0-v20070606</version>
<scope>runtime</scope>
- </dependency>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-cli</groupId>
+ <artifactId>commons-cli</artifactId>
+ <version>1.1</version>
+ </dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>