diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-11-20 14:37:08 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-11-20 14:37:08 +0000 |
commit | 9b43d7d25e104856116fbee230b93fdde8bc1672 (patch) | |
tree | 1e4a1a068f2d2331024bde5c84d7957b0054c7e9 /java/sca | |
parent | ff18222c7d1f2a8e33248723cc7cc4f420e9ffa3 (diff) |
remove unused dependency
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719238 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca')
-rw-r--r-- | java/sca/modules/core-spi/pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/java/sca/modules/core-spi/pom.xml b/java/sca/modules/core-spi/pom.xml index b26aef0724..a4580f30dc 100644 --- a/java/sca/modules/core-spi/pom.xml +++ b/java/sca/modules/core-spi/pom.xml @@ -73,12 +73,6 @@ </dependency> <dependency> - <groupId>javax.servlet</groupId> - <artifactId>servlet-api</artifactId> - <version>2.5</version> - </dependency> - - <dependency> <groupId>org.codehaus.woodstox</groupId> <artifactId>wstx-asl</artifactId> <version>3.2.4</version> |