summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/implementation-osgi/pom.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-03-06 18:16:45 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-03-06 18:16:45 +0000
commit1c2980fe064a325e4f30cbd7ce846f39a5edd2a4 (patch)
tree6bb2297a130aa3f19558771ca49456b893337a07 /java/sca/modules/implementation-osgi/pom.xml
parent02aef1e531c4f274ebcb929cb5cee16c01a08cd4 (diff)
Work in progress, not compiling yet
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@751018 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/modules/implementation-osgi/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/java/sca/modules/implementation-osgi/pom.xml b/java/sca/modules/implementation-osgi/pom.xml
index 8133874446..f4bb8fafe2 100644
--- a/java/sca/modules/implementation-osgi/pom.xml
+++ b/java/sca/modules/implementation-osgi/pom.xml
@@ -106,6 +106,13 @@
<artifactId>tuscany-databinding</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-node-launcher-equinox</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>junit</groupId>