summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/itest/scaclient-api/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/testing/itest/scaclient-api/pom.xml12
1 files changed, 2 insertions, 10 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 795221292c..0ab8951521 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
@@ -29,18 +29,10 @@
<name>Apache Tuscany SCA iTest SCAClient API</name>
<dependencies>
- <dependency>
+ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca-client-impl</artifactId>
+ <artifactId>tuscany-base-runtime</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
- <scope>runtime</scope>
- </dependency>
-
</dependencies>
</project>