summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/dosgi-calculator-operations/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/samples/dosgi-calculator-operations/pom.xml')
-rw-r--r--java/sca/samples/dosgi-calculator-operations/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/java/sca/samples/dosgi-calculator-operations/pom.xml b/java/sca/samples/dosgi-calculator-operations/pom.xml
index 0c19839be3..945b9bbb6d 100644
--- a/java/sca/samples/dosgi-calculator-operations/pom.xml
+++ b/java/sca/samples/dosgi-calculator-operations/pom.xml
@@ -37,6 +37,20 @@
<type>pom</type>
</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>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-node-impl-osgi</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ <scope>test</scope>
+ </dependency>
+
<dependency>
<groupId>org.eclipse.osgi</groupId>
<artifactId>services</artifactId>