You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2011/01/13 13:52:12 UTC

svn commit: r1058535 - /tuscany/otest/newlayout/tuscany-java-ci-test-runner/pom.xml

Author: slaws
Date: Thu Jan 13 12:52:12 2011
New Revision: 1058535

URL: http://svn.apache.org/viewvc?rev=1058535&view=rev
Log:
Remove redundant dependencies

Modified:
    tuscany/otest/newlayout/tuscany-java-ci-test-runner/pom.xml

Modified: tuscany/otest/newlayout/tuscany-java-ci-test-runner/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/otest/newlayout/tuscany-java-ci-test-runner/pom.xml?rev=1058535&r1=1058534&r2=1058535&view=diff
==============================================================================
--- tuscany/otest/newlayout/tuscany-java-ci-test-runner/pom.xml (original)
+++ tuscany/otest/newlayout/tuscany-java-ci-test-runner/pom.xml Thu Jan 13 12:52:12 2011
@@ -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>