diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2011-01-13 12:52:12 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2011-01-13 12:52:12 +0000 |
commit | 2397c6c6bd0c507d8aeaec2ff52b3a4592d2f82e (patch) | |
tree | 8e384f0ceda77820e2210c89c8c1b0e594b512e2 /otest/newlayout | |
parent | 08143c32cc19b0e9114f4c1f17be41c3565f2a6a (diff) |
Remove redundant dependencies
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058535 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'otest/newlayout')
-rw-r--r-- | otest/newlayout/tuscany-java-ci-test-runner/pom.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/otest/newlayout/tuscany-java-ci-test-runner/pom.xml b/otest/newlayout/tuscany-java-ci-test-runner/pom.xml index c3abf30b91..3385613ffc 100644 --- a/otest/newlayout/tuscany-java-ci-test-runner/pom.xml +++ b/otest/newlayout/tuscany-java-ci-test-runner/pom.xml @@ -56,18 +56,6 @@ </dependency>
<dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.5</version>
- </dependency>
-
- <dependency>
- <groupId>com.sun.xml.ws</groupId>
- <artifactId>jaxws-rt</artifactId>
- <version>2.1.7</version>
- </dependency>
-
- <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.5</version>
|