summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/2.0-Beta1/testing/itest/callback-two-composites/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/branches/2.0-Beta1/testing/itest/callback-two-composites/pom.xml')
-rw-r--r--sca-java-2.x/branches/2.0-Beta1/testing/itest/callback-two-composites/pom.xml20
1 files changed, 4 insertions, 16 deletions
diff --git a/sca-java-2.x/branches/2.0-Beta1/testing/itest/callback-two-composites/pom.xml b/sca-java-2.x/branches/2.0-Beta1/testing/itest/callback-two-composites/pom.xml
index 7e7a5c3c6b..c55cbbf72e 100644
--- a/sca-java-2.x/branches/2.0-Beta1/testing/itest/callback-two-composites/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta1/testing/itest/callback-two-composites/pom.xml
@@ -31,21 +31,16 @@
<dependencies>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-node-api</artifactId>
+ <artifactId>tuscany-core-runtime-pom</artifactId>
<version>2.0-Beta1-SNAPSHOT</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-node-impl</artifactId>
- <version>2.0-Beta1-SNAPSHOT</version>
- <scope>test</scope>
+ <type>pom</type>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-implementation-java-runtime</artifactId>
+ <artifactId>tuscany-base-runtime-pom</artifactId>
<version>2.0-Beta1-SNAPSHOT</version>
+ <type>pom</type>
<scope>test</scope>
</dependency>
@@ -58,13 +53,6 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-host-http</artifactId>
- <version>2.0-Beta1-SNAPSHOT</version>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-jetty</artifactId>
<version>2.0-Beta1-SNAPSHOT</version>
<scope>test</scope>