diff options
author | mcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-19 08:21:33 +0000 |
---|---|---|
committer | mcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-19 08:21:33 +0000 |
commit | cca5983ddcc392e981598aab537aebd00adfbb7a (patch) | |
tree | 4a100a141b9ceb73dfab3891f75cbae2ecbb4b39 /sandbox | |
parent | 2c1339148c530e184d658add8de6f30c55d0513a (diff) |
Added missing module dependencies to get the web service binding working
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776230 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox')
-rw-r--r-- | sandbox/travelsample/launchers/currency-converter-ws-launcher/pom.xml | 14 |
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>
|