summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/itest/bpel/helloworld/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-11-15 10:21:30 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-11-15 10:21:30 +0000
commit53845bb2aadc15c37e51ad91ed5c1962218d0d4b (patch)
tree86745853ff5107f389138a2a0257955f14343f41 /sca-java-2.x/trunk/testing/itest/bpel/helloworld/pom.xml
parent5db2a92b891add878e2bcc862b528a4c1e7536d2 (diff)
Update some itests for base + extensions
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035209 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/testing/itest/bpel/helloworld/pom.xml')
-rw-r--r--sca-java-2.x/trunk/testing/itest/bpel/helloworld/pom.xml33
1 files changed, 7 insertions, 26 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/bpel/helloworld/pom.xml b/sca-java-2.x/trunk/testing/itest/bpel/helloworld/pom.xml
index 2e01bee7c2..1d86415f5f 100644
--- a/sca-java-2.x/trunk/testing/itest/bpel/helloworld/pom.xml
+++ b/sca-java-2.x/trunk/testing/itest/bpel/helloworld/pom.xml
@@ -39,36 +39,17 @@
<dependencies>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-node-impl</artifactId>
+ <artifactId>tuscany-base-runtime</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
- <scope>runtime</scope>
- </dependency>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-implementation-bpel-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
- <scope>runtime</scope>
- </dependency>
-
<dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-binding-ws-wsdlgen</artifactId>
- <version>2.0-SNAPSHOT</version>
- </dependency>
-
- <dependency>
- <groupId>xerces</groupId>
- <artifactId>xercesImpl</artifactId>
- <version>2.8.1</version>
- </dependency>
-
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-implementation-bpel-runtime</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ <scope>runtime</scope>
+ </dependency>
+
</dependencies>
<build>