summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/itest/scaclient-api/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/trunk/testing/itest/scaclient-api/pom.xml')
-rw-r--r--sca-java-2.x/trunk/testing/itest/scaclient-api/pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/scaclient-api/pom.xml b/sca-java-2.x/trunk/testing/itest/scaclient-api/pom.xml
index f872d3721b..1b7ef1257c 100644
--- a/sca-java-2.x/trunk/testing/itest/scaclient-api/pom.xml
+++ b/sca-java-2.x/trunk/testing/itest/scaclient-api/pom.xml
@@ -35,5 +35,20 @@
<type>pom</type>
<version>2.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-rmi-runtime</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-host-jetty</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
</dependencies>
</project>