summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/itest/scopes/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/testing/itest/scopes/pom.xml17
1 files changed, 1 insertions, 16 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/scopes/pom.xml b/sca-java-2.x/trunk/testing/itest/scopes/pom.xml
index 4ba97f3062..f0f7e0e33d 100644
--- a/sca-java-2.x/trunk/testing/itest/scopes/pom.xml
+++ b/sca-java-2.x/trunk/testing/itest/scopes/pom.xml
@@ -31,24 +31,9 @@
<dependencies>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-node-api</artifactId>
+ <artifactId>tuscany-base-runtime</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-node-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
- <scope>test</scope>
- </dependency>
-
</dependencies>
</project>