summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/webapps/helloworld-js-client/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-10-26 11:26:00 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-10-26 11:26:00 +0000
commitc026a07a7814afa4933c57d805074ab822bfd79a (patch)
tree1ea10002aafc4d5050e796bc88f56b1629de8bc1 /java/sca/samples/webapps/helloworld-js-client/pom.xml
parent8855f198f61e8c3353eeb86c2b41c474f2caa265 (diff)
Update to use the new implementation-web-client module
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829753 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/samples/webapps/helloworld-js-client/pom.xml')
-rw-r--r--java/sca/samples/webapps/helloworld-js-client/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/samples/webapps/helloworld-js-client/pom.xml b/java/sca/samples/webapps/helloworld-js-client/pom.xml
index 5592870718..a85e72b925 100644
--- a/java/sca/samples/webapps/helloworld-js-client/pom.xml
+++ b/java/sca/samples/webapps/helloworld-js-client/pom.xml
@@ -41,7 +41,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-implementation-web-runtime</artifactId>
+ <artifactId>tuscany-implementation-web-client</artifactId>
<version>2.0-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>