summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/launchers/introducing-client/pom.xml
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-01-22 11:15:58 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-01-22 11:15:58 +0000
commitb44878d0bfe18ae31e6ac1f235e61a3cadd6fa99 (patch)
tree498273bbd371fdda487a4c3ce8402f603d1e28da /sandbox/travelsample/launchers/introducing-client/pom.xml
parent615b80ff4e1f60371245ef33932c2bb32e50bdfe (diff)
Make domain launchers run from the distribution (TUSCANY-3423)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902059 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/travelsample/launchers/introducing-client/pom.xml')
-rw-r--r--sandbox/travelsample/launchers/introducing-client/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/sandbox/travelsample/launchers/introducing-client/pom.xml b/sandbox/travelsample/launchers/introducing-client/pom.xml
index 3d13092101..f348ea9456 100644
--- a/sandbox/travelsample/launchers/introducing-client/pom.xml
+++ b/sandbox/travelsample/launchers/introducing-client/pom.xml
@@ -50,6 +50,20 @@
</dependency>
<dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-sca-axis2</artifactId>
+ <version>${tuscany.version}</version>
+ <scope>runtime</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-host-jetty</artifactId>
+ <version>${tuscany.version}</version>
+ <scope>runtime</scope>
+ </dependency>
+
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.5</version>