diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-02-23 11:27:23 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-02-23 11:27:23 +0000 |
commit | ce1eb710c26b064a819f75a7331063b17b5d3984 (patch) | |
tree | 0dd7c70f9128715aacc6d25e658e558bc86e249b /otest | |
parent | 5dcb05054d8fb791bc6a06322c36e22f28ef8c10 (diff) |
Correct ws binding dependency to point to the new version
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@915286 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'otest')
-rw-r--r-- | otest/newlayout/tuscany-java-caa-test-runner/pom.xml | 2 | ||||
-rw-r--r-- | otest/newlayout/tuscany-java-ci-test-runner/pom.xml | 2 | ||||
-rw-r--r-- | otest/newlayout/tuscany-policy-test-runner/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/otest/newlayout/tuscany-java-caa-test-runner/pom.xml b/otest/newlayout/tuscany-java-caa-test-runner/pom.xml index 6a95934a64..b1c3887c6d 100644 --- a/otest/newlayout/tuscany-java-caa-test-runner/pom.xml +++ b/otest/newlayout/tuscany-java-caa-test-runner/pom.xml @@ -55,7 +55,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-binding-ws-axis2</artifactId> + <artifactId>tuscany-binding-ws-runtime-axis2</artifactId> <version>2.0-SNAPSHOT</version> </dependency> diff --git a/otest/newlayout/tuscany-java-ci-test-runner/pom.xml b/otest/newlayout/tuscany-java-ci-test-runner/pom.xml index f1f47976c5..89756a4193 100644 --- a/otest/newlayout/tuscany-java-ci-test-runner/pom.xml +++ b/otest/newlayout/tuscany-java-ci-test-runner/pom.xml @@ -55,7 +55,7 @@ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-binding-ws-axis2</artifactId>
+ <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>
diff --git a/otest/newlayout/tuscany-policy-test-runner/pom.xml b/otest/newlayout/tuscany-policy-test-runner/pom.xml index 3092741905..68a2c418ea 100644 --- a/otest/newlayout/tuscany-policy-test-runner/pom.xml +++ b/otest/newlayout/tuscany-policy-test-runner/pom.xml @@ -66,7 +66,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-binding-ws-axis2</artifactId> + <artifactId>tuscany-binding-ws-runtime-axis2</artifactId> <version>2.0-SNAPSHOT</version> </dependency> |