summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/itest/oneway/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/testing/itest/oneway/pom.xml26
1 files changed, 15 insertions, 11 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/oneway/pom.xml b/sca-java-2.x/trunk/testing/itest/oneway/pom.xml
index b0ef9774e7..1d1c63085d 100644
--- a/sca-java-2.x/trunk/testing/itest/oneway/pom.xml
+++ b/sca-java-2.x/trunk/testing/itest/oneway/pom.xml
@@ -30,35 +30,39 @@
<version>2.0-SNAPSHOT</version>
<dependencies>
+ <dependency>
+ <groupId>backport-util-concurrent</groupId>
+ <artifactId>backport-util-concurrent</artifactId>
+ <version>3.1</version>
+ </dependency>
+
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-node-api</artifactId>
+ <artifactId>tuscany-core-runtime-pom</artifactId>
<version>${pom.version}</version>
+ <type>pom</type>
</dependency>
-
+
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-node-impl</artifactId>
+ <artifactId>tuscany-base-runtime-pom</artifactId>
<version>${pom.version}</version>
+ <type>pom</type>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
<version>${pom.version}</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-host-jetty</artifactId>
- <version>${pom.version}</version>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-implementation-java-runtime</artifactId>
+ <artifactId>tuscany-host-jetty</artifactId>
<version>${pom.version}</version>
- <scope>runtime</scope>
+ <scope>test</scope>
</dependency>
</dependencies>
</project>