summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/vtest/assembly/component/pom.xml
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-12-11 11:06:41 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-12-11 11:06:41 +0000
commitb040672c063fdfc33ac309769fd6e237a3f8cfaa (patch)
tree3675ae9cd44bd94d39fee497e6ac3440748d4d0d /branches/sca-java-1.x/vtest/assembly/component/pom.xml
parent6b727dd11258b64f95c98edc4711a015d1b2fab2 (diff)
TUSCANY-2725 Thanks for the patch Jun Guo
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725659 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.x/vtest/assembly/component/pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/vtest/assembly/component/pom.xml b/branches/sca-java-1.x/vtest/assembly/component/pom.xml
index 53f28ed7cd..af59594556 100644
--- a/branches/sca-java-1.x/vtest/assembly/component/pom.xml
+++ b/branches/sca-java-1.x/vtest/assembly/component/pom.xml
@@ -43,6 +43,19 @@
<scope>runtime</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-ws-axis2</artifactId>
+ <version>1.5-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-host-tomcat</artifactId>
+ <version>1.4-SNAPSHOT</version>
+ <scope>runtime</scope>
+ </dependency>
+
</dependencies>