summaryrefslogtreecommitdiffstats
path: root/otest
diff options
context:
space:
mode:
authorbdaniel <bdaniel@13f79535-47bb-0310-9956-ffa450edef68>2010-08-23 17:15:24 +0000
committerbdaniel <bdaniel@13f79535-47bb-0310-9956-ffa450edef68>2010-08-23 17:15:24 +0000
commit69ada9be3990f8d6e6810418cb3515b7615cad13 (patch)
treea7aad39f402b21d045e55c146cf178b5fe930c69 /otest
parent1638f9fc1b556c52287b2c23109540e9b0923a8c (diff)
Include SCAClientFactory implementation module in java caa test runner dependencies
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@988213 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'otest')
-rw-r--r--otest/newlayout/tuscany-java-caa-test-runner/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/otest/newlayout/tuscany-java-caa-test-runner/pom.xml b/otest/newlayout/tuscany-java-caa-test-runner/pom.xml
index b1c3887c6d..9330bdb34f 100644
--- a/otest/newlayout/tuscany-java-caa-test-runner/pom.xml
+++ b/otest/newlayout/tuscany-java-caa-test-runner/pom.xml
@@ -29,6 +29,12 @@
<name>Apache Tuscany SCA Specification Tests for SCA-J CAA</name>
<dependencies>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-sca-client-impl</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>