summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/vtest/assembly/component/pom.xml
diff options
context:
space:
mode:
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>