summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/helloworld-web
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--java/sca/samples/helloworld-web/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/java/sca/samples/helloworld-web/pom.xml b/java/sca/samples/helloworld-web/pom.xml
index f1e5401a27..06b05a7c0e 100644
--- a/java/sca/samples/helloworld-web/pom.xml
+++ b/java/sca/samples/helloworld-web/pom.xml
@@ -47,6 +47,13 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-host-webapp</artifactId>
+ <version>1.4-SNAPSHOT</version>
+ <scope>runtime</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-jsonrpc-runtime</artifactId>
<version>1.4-SNAPSHOT</version>
<scope>runtime</scope>