summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--java/sca/samples/helloworld-distributed/helloworld-webapp/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/java/sca/samples/helloworld-distributed/helloworld-webapp/pom.xml b/java/sca/samples/helloworld-distributed/helloworld-webapp/pom.xml
index 1fc96d1623..ee51fd55db 100644
--- a/java/sca/samples/helloworld-distributed/helloworld-webapp/pom.xml
+++ b/java/sca/samples/helloworld-distributed/helloworld-webapp/pom.xml
@@ -38,6 +38,12 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-sca-api</artifactId>
+ <version>1.4-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-web-runtime</artifactId>
<version>1.4-SNAPSHOT</version>
<scope>runtime</scope>