summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/launchers/currency-converter-ws-launcher/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/travelsample/launchers/currency-converter-ws-launcher/pom.xml')
-rw-r--r--sandbox/travelsample/launchers/currency-converter-ws-launcher/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/sandbox/travelsample/launchers/currency-converter-ws-launcher/pom.xml b/sandbox/travelsample/launchers/currency-converter-ws-launcher/pom.xml
index 6c238c08d0..631b5b7f97 100644
--- a/sandbox/travelsample/launchers/currency-converter-ws-launcher/pom.xml
+++ b/sandbox/travelsample/launchers/currency-converter-ws-launcher/pom.xml
@@ -50,6 +50,20 @@
</dependency>
<dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-ws-axis2</artifactId>
+ <version>1.5-SNAPSHOT</version>
+ <scope>runtime</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-host-tomcat</artifactId>
+ <version>1.5-SNAPSHOT</version>
+ <scope>runtime</scope>
+ </dependency>
+
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.5</version>