summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/2.0-Beta1/testing/itest/oneway/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/branches/2.0-Beta1/testing/itest/oneway/pom.xml34
1 files changed, 19 insertions, 15 deletions
diff --git a/sca-java-2.x/branches/2.0-Beta1/testing/itest/oneway/pom.xml b/sca-java-2.x/branches/2.0-Beta1/testing/itest/oneway/pom.xml
index a4d5564cb5..a98846413e 100644
--- a/sca-java-2.x/branches/2.0-Beta1/testing/itest/oneway/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta1/testing/itest/oneway/pom.xml
@@ -30,35 +30,39 @@
<version>2.0-Beta1-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>
- <version>${pom.version}</version>
+ <artifactId>tuscany-core-runtime-pom</artifactId>
+ <version>2.0-Beta1-SNAPSHOT</version>
+ <type>pom</type>
</dependency>
-
+
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-node-impl</artifactId>
- <version>${pom.version}</version>
+ <artifactId>tuscany-base-runtime-pom</artifactId>
+ <version>2.0-Beta1-SNAPSHOT</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>
+ <version>2.0-Beta1-SNAPSHOT</version>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-jetty</artifactId>
- <version>${pom.version}</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>${pom.version}</version>
- <scope>runtime</scope>
- </dependency>
+ <version>2.0-Beta1-SNAPSHOT</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>