summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/itest/exceptions/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/trunk/testing/itest/exceptions/pom.xml')
-rw-r--r--sca-java-2.x/trunk/testing/itest/exceptions/pom.xml18
1 files changed, 2 insertions, 16 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/exceptions/pom.xml b/sca-java-2.x/trunk/testing/itest/exceptions/pom.xml
index 41dd198009..9c2be5113a 100644
--- a/sca-java-2.x/trunk/testing/itest/exceptions/pom.xml
+++ b/sca-java-2.x/trunk/testing/itest/exceptions/pom.xml
@@ -29,25 +29,11 @@
<name>Apache Tuscany SCA iTest Exceptions</name>
<dependencies>
- <dependency>
+ <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>