summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/helloworld-jsp
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-08-12 14:06:57 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-08-12 14:06:57 +0000
commit64340596e434f75c0f953f7bd55a9efabac82d5a (patch)
tree80ead14ac09df8444db6f788e59377b80206a13c /java/sca/samples/helloworld-jsp
parent48f4ef23329221011b1f8824c0336c8059e7667c (diff)
remove unneeded dependencies
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685159 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/samples/helloworld-jsp')
-rw-r--r--java/sca/samples/helloworld-jsp/pom.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/java/sca/samples/helloworld-jsp/pom.xml b/java/sca/samples/helloworld-jsp/pom.xml
index 3dec62b4f4..05c303a013 100644
--- a/java/sca/samples/helloworld-jsp/pom.xml
+++ b/java/sca/samples/helloworld-jsp/pom.xml
@@ -45,20 +45,6 @@
<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>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.3</version>
- <scope>provided</scope>
- </dependency>
-
</dependencies>
<build>