summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/launchers/jumpstart/pom.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-11-05 23:22:41 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-11-05 23:22:41 +0000
commit88207a4a368fec40dca7fedb69c95077dee6219d (patch)
tree18d0e2e90cccdd006b830608865a12fc6903dc61 /sandbox/travelsample/launchers/jumpstart/pom.xml
parenta8c008cdbf6e7cff08ebf426ddee7bbb03458015 (diff)
Update dependencies so that jars are set on the launchers' classpath
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833235 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sandbox/travelsample/launchers/jumpstart/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/sandbox/travelsample/launchers/jumpstart/pom.xml b/sandbox/travelsample/launchers/jumpstart/pom.xml
index 93b4a3c7c9..a2b90df992 100644
--- a/sandbox/travelsample/launchers/jumpstart/pom.xml
+++ b/sandbox/travelsample/launchers/jumpstart/pom.xml
@@ -49,11 +49,11 @@
<scope>runtime</scope>
</dependency>
- <dependency>
+ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-implementation-node-runtime</artifactId>
+ <artifactId>tuscany-node-impl</artifactId>
<version>${tuscany.version}</version>
- <scope>test</scope>
+ <scope>runtime</scope>
</dependency>
<dependency>