You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2009/08/31 21:26:30 UTC

svn commit: r809706 - /cxf/trunk/systests/ws-specs/pom.xml

Author: dkulp
Date: Mon Aug 31 19:26:30 2009
New Revision: 809706

URL: http://svn.apache.org/viewvc?rev=809706&view=rev
Log:
Remove an unneeded dep

Modified:
    cxf/trunk/systests/ws-specs/pom.xml

Modified: cxf/trunk/systests/ws-specs/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-specs/pom.xml?rev=809706&r1=809705&r2=809706&view=diff
==============================================================================
--- cxf/trunk/systests/ws-specs/pom.xml (original)
+++ cxf/trunk/systests/ws-specs/pom.xml Mon Aug 31 19:26:30 2009
@@ -237,12 +237,6 @@
             <version>${derby.version}</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
-          <groupId>org.apache.cxf</groupId>
-          <artifactId>cxf-rt-testsupport</artifactId>
-          <version>${project.version}</version>
-        </dependency>
-
     </dependencies>
     <properties>
         <surefire.fork.mode>pertest</surefire.fork.mode>