summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/helloworld-servlet/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-08-01 09:09:53 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-08-01 09:09:53 +0000
commit0c6687fc8c9c3ad5257da1e5240e63294dce808e (patch)
tree851d4bd020c65df241273e8bdc521dab77755661 /java/sca/samples/helloworld-servlet/pom.xml
parent1d4b0c467ab8046f9327ad35da837df3784cca99 (diff)
Change the sample to use only the sca-api dependency with a scope of provided as eveything is provided by the runtime
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681637 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/samples/helloworld-servlet/pom.xml')
-rw-r--r--java/sca/samples/helloworld-servlet/pom.xml22
1 files changed, 1 insertions, 21 deletions
diff --git a/java/sca/samples/helloworld-servlet/pom.xml b/java/sca/samples/helloworld-servlet/pom.xml
index 251f513a3b..d533f189ab 100644
--- a/java/sca/samples/helloworld-servlet/pom.xml
+++ b/java/sca/samples/helloworld-servlet/pom.xml
@@ -35,27 +35,7 @@
<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-host-webapp</artifactId>
- <version>1.4-SNAPSHOT</version>
- <scope>runtime</scope>
- </dependency>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-implementation-web</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>
+ <scope>provided</scope>
</dependency>
<dependency>