summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/helloworld-jsp/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/samples/helloworld-jsp/pom.xml')
-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>