summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/helloworld-distributed/helloworld-webapp/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-09-11 12:36:07 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-09-11 12:36:07 +0000
commit7db4aa7aac3b8801627d7f606cd9e6bda5f406f6 (patch)
tree03ddc7db67ddb7ef468fe1ec4c9f8f05747f4af6 /java/sca/samples/helloworld-distributed/helloworld-webapp/pom.xml
parent13a4b0fe57519a64ffc166f10477a5fbb01d34cc (diff)
Add compile dependency on sca-api module
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694226 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-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>