diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-05 23:22:41 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-05 23:22:41 +0000 |
commit | 88207a4a368fec40dca7fedb69c95077dee6219d (patch) | |
tree | 18d0e2e90cccdd006b830608865a12fc6903dc61 /sandbox/travelsample/launchers/policy/pom.xml | |
parent | a8c008cdbf6e7cff08ebf426ddee7bbb03458015 (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/policy/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sandbox/travelsample/launchers/policy/pom.xml b/sandbox/travelsample/launchers/policy/pom.xml index 33a7e3af73..e51a2fcad0 100644 --- a/sandbox/travelsample/launchers/policy/pom.xml +++ b/sandbox/travelsample/launchers/policy/pom.xml @@ -65,16 +65,16 @@ <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> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-policy-security</artifactId> <version>${tuscany.version}</version> - <scope>test</scope> + <scope>runtime</scope> </dependency> <dependency> |