diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-26 16:45:11 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-26 16:45:11 +0000 |
commit | 2589907eeee152f9f9a3281caf799463b7d2828d (patch) | |
tree | cc8441940a0f882d8086133ee86c007dc002c8de /sandbox/travelsample/contributions/payment-groovy | |
parent | 2d4112728d8d14a3fdbdbfa6410193eae84f345d (diff) |
Move 2.x code into contrib/2.x
Change the pom.xml to depend on node-impl
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829858 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/travelsample/contributions/payment-groovy')
-rw-r--r-- | sandbox/travelsample/contributions/payment-groovy/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/travelsample/contributions/payment-groovy/pom.xml b/sandbox/travelsample/contributions/payment-groovy/pom.xml index e9823a01e2..3e6985d1a0 100644 --- a/sandbox/travelsample/contributions/payment-groovy/pom.xml +++ b/sandbox/travelsample/contributions/payment-groovy/pom.xml @@ -31,7 +31,7 @@ <dependencies> <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-host-embedded</artifactId> + <artifactId>tuscany-node-impl</artifactId> <version>1.6-SNAPSHOT</version> </dependency> |