diff options
Diffstat (limited to '')
-rw-r--r-- | java/sca/samples/helloworld-jsp/pom.xml | 14 |
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>
|