diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-24 21:41:01 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-24 21:41:01 +0000 |
commit | c29ca3cfeb5e6f62f9e3274d6620a1046d35b4c4 (patch) | |
tree | de71471de162bf7572ec3ac42c230aef4995bd95 /sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/pom.xml | |
parent | 316de152e07fcc698ab1743280919eaca6d271c9 (diff) |
Updating dependencies to match their 2.x names
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@927188 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/pom.xml b/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/pom.xml index 4622ddc8a4..a7eafd0235 100644 --- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/pom.xml +++ b/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/pom.xml @@ -76,7 +76,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-implementation-spring-runtime</artifactId> + <artifactId>tuscany-implementation-spring-sca</artifactId> <version>${tuscany.version}</version> <scope>runtime</scope> </dependency> |