summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/contributions/calendar/pom.xml
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2009-09-13 08:01:57 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2009-09-13 08:01:57 +0000
commitae27417c3e0192eb1920bbbf61b300380d03810c (patch)
tree636f8412da49518385f5b0364c24cf8c97b57970 /sandbox/travelsample/contributions/calendar/pom.xml
parent93b2330ad23ba550ba6d50fdce2f79a34cca7477 (diff)
Convert contributions/calendar test case from host-embedded to Node API
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814278 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sandbox/travelsample/contributions/calendar/pom.xml15
1 files changed, 11 insertions, 4 deletions
diff --git a/sandbox/travelsample/contributions/calendar/pom.xml b/sandbox/travelsample/contributions/calendar/pom.xml
index bb80429680..b1c0caa167 100644
--- a/sandbox/travelsample/contributions/calendar/pom.xml
+++ b/sandbox/travelsample/contributions/calendar/pom.xml
@@ -31,15 +31,23 @@
<dependencies>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-host-embedded</artifactId>
+ <artifactId>tuscany-implementation-java-runtime</artifactId>
<version>1.6-SNAPSHOT</version>
+ <scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-implementation-java-runtime</artifactId>
+ <artifactId>tuscany-node-api</artifactId>
<version>1.6-SNAPSHOT</version>
- <scope>runtime</scope>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-implementation-node-runtime</artifactId>
+ <version>1.6-SNAPSHOT</version>
+ <scope>test</scope>
</dependency>
<dependency>
@@ -48,7 +56,6 @@
<version>4.5</version>
<scope>test</scope>
</dependency>
-
</dependencies>
<build>