summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/helloworld-distributed/helloworld-node/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-09-13 07:44:57 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-09-13 07:44:57 +0000
commit7fad291b69b1b034b0b1462500203bdfd1b4a271 (patch)
treee2f783a8708f6a03683a0badcb2453c838f49d06 /java/sca/samples/helloworld-distributed/helloworld-node/pom.xml
parent7a64fba6844ea3774ecad2101c83b9a928dbc5c0 (diff)
Update to use new node-dynamic module
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694889 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/samples/helloworld-distributed/helloworld-node/pom.xml')
-rw-r--r--java/sca/samples/helloworld-distributed/helloworld-node/pom.xml20
1 files changed, 3 insertions, 17 deletions
diff --git a/java/sca/samples/helloworld-distributed/helloworld-node/pom.xml b/java/sca/samples/helloworld-distributed/helloworld-node/pom.xml
index 941cb2b4ed..94b44edb40 100644
--- a/java/sca/samples/helloworld-distributed/helloworld-node/pom.xml
+++ b/java/sca/samples/helloworld-distributed/helloworld-node/pom.xml
@@ -31,29 +31,15 @@
<dependencies>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-node-api</artifactId>
+ <artifactId>tuscany-sca-api</artifactId>
<version>1.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-node-impl</artifactId>
+ <artifactId>tuscany-node-dynamic</artifactId>
<version>1.4-SNAPSHOT</version>
- <scope>runtime</scope>
- </dependency>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.4-SNAPSHOT</version>
- <scope>runtime</scope>
- </dependency>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-binding-sca-jms</artifactId>
- <version>1.4-SNAPSHOT</version>
- <scope>runtime</scope>
+ <scope>test</scope>
</dependency>
<dependency>