summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/helloworld-servlet/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-08-11 07:46:36 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-08-11 07:46:36 +0000
commit41e952751cd44e16b78d5083e1cc543ef22a47b5 (patch)
tree809e34e19d9d0efdb06b90097f59abe401fea9f6 /java/sca/samples/helloworld-servlet/pom.xml
parent23297fa3b1f66d74325c8352cb8f5aae599a3090 (diff)
Change to work with the embedded webapp runtime and new implementation.web, and change the service name to make the scdl more obvious
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@684663 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/samples/helloworld-servlet/pom.xml16
1 files changed, 15 insertions, 1 deletions
diff --git a/java/sca/samples/helloworld-servlet/pom.xml b/java/sca/samples/helloworld-servlet/pom.xml
index d533f189ab..b970329596 100644
--- a/java/sca/samples/helloworld-servlet/pom.xml
+++ b/java/sca/samples/helloworld-servlet/pom.xml
@@ -35,7 +35,21 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
<version>1.4-SNAPSHOT</version>
- <scope>provided</scope>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-implementation-web-runtime</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>