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/newlayout/tuscany-java-caa-test-runner | |
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/newlayout/tuscany-java-caa-test-runner')
-rw-r--r-- | otest/newlayout/tuscany-java-caa-test-runner/pom.xml | 2 |
1 files changed, 1 insertions, 1 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> |