diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-19 09:45:36 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-19 09:45:36 +0000 |
commit | f43f81de6a62e6ea72935aa997e3ee46226e6f24 (patch) | |
tree | c47e910f16fd597b987db8575ae795dee777c786 /sca-java-2.x/trunk/modules/binding-ws-runtime-axis2 | |
parent | 4b59e13e96ba8d741d30b5d0dadd2e018215ff80 (diff) |
Correct name missed when rename was done
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1024191 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml b/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml index 984298e8ca..97ced024c2 100644 --- a/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml +++ b/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml @@ -35,7 +35,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-core-runtime</artifactId> + <artifactId>tuscany-core-runtime-pom</artifactId> <version>2.0-SNAPSHOT</version> <type>pom</type> <scope>provided</scope> |