summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/launchers/fullapp-launcher/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/travelsample/launchers/fullapp-launcher/pom.xml')
-rw-r--r--sandbox/travelsample/launchers/fullapp-launcher/pom.xml22
1 files changed, 21 insertions, 1 deletions
diff --git a/sandbox/travelsample/launchers/fullapp-launcher/pom.xml b/sandbox/travelsample/launchers/fullapp-launcher/pom.xml
index 1f259a9d68..3d1e22aad0 100644
--- a/sandbox/travelsample/launchers/fullapp-launcher/pom.xml
+++ b/sandbox/travelsample/launchers/fullapp-launcher/pom.xml
@@ -29,7 +29,20 @@
<name>Apache Tuscany SCA Tours Full Application Launcher</name>
<dependencies>
- <dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-assembly</artifactId>
+ <version>1.5-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-assembly-xml</artifactId>
+ <version>1.5-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-api</artifactId>
<version>1.5</version>
@@ -54,6 +67,13 @@
<version>1.5</version>
<scope>runtime</scope>
</dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-implementation-java</artifactId>
+ <version>1.5-SNAPSHOT</version>
+ <scope>runtime</scope>
+ </dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>