summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/chapter-06/payment-bpel-contribution
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-02-15 17:30:02 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-02-15 17:30:02 +0000
commit19220ad1ad057470e3e4a28e97a0cebc720d2846 (patch)
tree1a2d49ece7d820a5e635671606fe07639bc36164 /sandbox/travelsample/chapter-06/payment-bpel-contribution
parentd191630938b8ca6f62ddb2ce1349f61ffa02765d (diff)
Adjust the pom.xml
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@744701 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/travelsample/chapter-06/payment-bpel-contribution')
-rw-r--r--sandbox/travelsample/chapter-06/payment-bpel-contribution/pom.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/sandbox/travelsample/chapter-06/payment-bpel-contribution/pom.xml b/sandbox/travelsample/chapter-06/payment-bpel-contribution/pom.xml
index fc8bf24b98..a2273bc6e1 100644
--- a/sandbox/travelsample/chapter-06/payment-bpel-contribution/pom.xml
+++ b/sandbox/travelsample/chapter-06/payment-bpel-contribution/pom.xml
@@ -31,12 +31,19 @@
<dependencies>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-host-embedded</artifactId>
+ <artifactId>tuscany-nodea-api</artifactId>
<version>1.4</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-node-impl</artifactId>
+ <version>1.4</version>
+ <scope>runtime</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
<version>1.4</version>
<scope>runtime</scope>
@@ -72,7 +79,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-creditcardpayment-contribution</artifactId>
+ <artifactId>scatours-creditcard-payment-jaxb-contribution</artifactId>
<version>1.4</version>
<scope>test</scope>
</dependency>