Author: cschneider
Date: Wed Apr 6 15:03:57 2011
New Revision: 1089479
URL: http://svn.apache.org/viewvc?rev=1089479&view=rev
Log:
removing the testsupport project and all dependencies on it
Modified:
cxf/trunk/rt/databinding/aegis/pom.xml
cxf/trunk/rt/databinding/jaxb/pom.xml
cxf/trunk/rt/databinding/jibx/pom.xml
cxf/trunk/rt/databinding/sdo/pom.xml
cxf/trunk/rt/databinding/xmlbeans/pom.xml
cxf/trunk/rt/pom.xml
cxf/trunk/systests/jaxrs/pom.xml
cxf/trunk/systests/jaxws/pom.xml
cxf/trunk/systests/transports/pom.xml
cxf/trunk/systests/uncategorized/pom.xml
Modified: cxf/trunk/rt/databinding/aegis/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/rt/databinding/aegis/pom.xml?rev=1089479&r1=1089478&r2=1089479&view=diff
==============================================================================
--- cxf/trunk/rt/databinding/aegis/pom.xml (original)
+++ cxf/trunk/rt/databinding/aegis/pom.xml Wed Apr 6 15:03:57 2011
@@ -78,12 +78,6 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.apache.cxf</groupId>
- <artifactId>cxf-rt-testsupport</artifactId>
- <version>${project.version}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>jdom</groupId>
<artifactId>jdom</artifactId>
<version>${cxf.jdom.version}</version>
Modified: cxf/trunk/rt/databinding/jaxb/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/rt/databinding/jaxb/pom.xml?rev=1089479&r1=1089478&r2=1089479&view=diff
==============================================================================
--- cxf/trunk/rt/databinding/jaxb/pom.xml (original)
+++ cxf/trunk/rt/databinding/jaxb/pom.xml Wed Apr 6 15:03:57 2011
@@ -88,12 +88,6 @@
</dependency>
<dependency>
- <groupId>org.apache.cxf</groupId>
- <artifactId>cxf-testutils</artifactId>
- <version>${project.version}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
</dependency>
Modified: cxf/trunk/rt/databinding/jibx/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/rt/databinding/jibx/pom.xml?rev=1089479&r1=1089478&r2=1089479&view=diff
==============================================================================
--- cxf/trunk/rt/databinding/jibx/pom.xml (original)
+++ cxf/trunk/rt/databinding/jibx/pom.xml Wed Apr 6 15:03:57 2011
@@ -89,12 +89,6 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.apache.cxf</groupId>
- <artifactId>cxf-rt-testsupport</artifactId>
- <version>${project.version}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>org.jibx</groupId>
<artifactId>jibx-bind</artifactId>
</dependency>
Modified: cxf/trunk/rt/databinding/sdo/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/rt/databinding/sdo/pom.xml?rev=1089479&r1=1089478&r2=1089479&view=diff
==============================================================================
--- cxf/trunk/rt/databinding/sdo/pom.xml (original)
+++ cxf/trunk/rt/databinding/sdo/pom.xml Wed Apr 6 15:03:57 2011
@@ -120,12 +120,6 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.apache.cxf</groupId>
- <artifactId>cxf-rt-testsupport</artifactId>
- <version>${project.version}</version>
- <scope>test</scope>
- </dependency>
</dependencies>
<repositories>
Modified: cxf/trunk/rt/databinding/xmlbeans/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/rt/databinding/xmlbeans/pom.xml?rev=1089479&r1=1089478&r2=1089479&view=diff
==============================================================================
--- cxf/trunk/rt/databinding/xmlbeans/pom.xml (original)
+++ cxf/trunk/rt/databinding/xmlbeans/pom.xml Wed Apr 6 15:03:57 2011
@@ -107,12 +107,6 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.apache.cxf</groupId>
- <artifactId>cxf-rt-testsupport</artifactId>
- <version>${project.version}</version>
- <scope>test</scope>
- </dependency>
</dependencies>
Modified: cxf/trunk/rt/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/rt/pom.xml?rev=1089479&r1=1089478&r2=1089479&view=diff
==============================================================================
--- cxf/trunk/rt/pom.xml (original)
+++ cxf/trunk/rt/pom.xml Wed Apr 6 15:03:57 2011
@@ -34,7 +34,6 @@
<modules>
<module>core</module>
<module>transports/local</module>
- <module>testsupport</module>
<module>databinding/jaxb</module>
<module>databinding/xmlbeans</module>
<module>databinding/aegis</module>
Modified: cxf/trunk/systests/jaxrs/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/jaxrs/pom.xml?rev=1089479&r1=1089478&r2=1089479&view=diff
==============================================================================
--- cxf/trunk/systests/jaxrs/pom.xml (original)
+++ cxf/trunk/systests/jaxrs/pom.xml Wed Apr 6 15:03:57 2011
@@ -214,12 +214,6 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.apache.cxf</groupId>
- <artifactId>cxf-rt-testsupport</artifactId>
- <version>${project.version}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>javax.annotation</groupId>
<artifactId>jsr250-api</artifactId>
<version>1.0</version>
Modified: cxf/trunk/systests/jaxws/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/jaxws/pom.xml?rev=1089479&r1=1089478&r2=1089479&view=diff
==============================================================================
--- cxf/trunk/systests/jaxws/pom.xml (original)
+++ cxf/trunk/systests/jaxws/pom.xml Wed Apr 6 15:03:57 2011
@@ -229,12 +229,6 @@
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
</dependency>
-
- <dependency>
- <groupId>org.apache.cxf</groupId>
- <artifactId>cxf-rt-testsupport</artifactId>
- <version>${project.version}</version>
- </dependency>
</dependencies>
<properties>
<cxf.surefire.fork.mode>pertest</cxf.surefire.fork.mode>
Modified: cxf/trunk/systests/transports/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/transports/pom.xml?rev=1089479&r1=1089478&r2=1089479&view=diff
==============================================================================
--- cxf/trunk/systests/transports/pom.xml (original)
+++ cxf/trunk/systests/transports/pom.xml Wed Apr 6 15:03:57 2011
@@ -341,11 +341,6 @@
<artifactId>commons-httpclient</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.apache.cxf</groupId>
- <artifactId>cxf-rt-testsupport</artifactId>
- <version>${project.version}</version>
- </dependency>
</dependencies>
<properties>
Modified: cxf/trunk/systests/uncategorized/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/uncategorized/pom.xml?rev=1089479&r1=1089478&r2=1089479&view=diff
==============================================================================
--- cxf/trunk/systests/uncategorized/pom.xml (original)
+++ cxf/trunk/systests/uncategorized/pom.xml Wed Apr 6 15:03:57 2011
@@ -457,12 +457,6 @@
<artifactId>commons-httpclient</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.apache.cxf</groupId>
- <artifactId>cxf-rt-testsupport</artifactId>
- <version>${project.version}</version>
- </dependency>
-
</dependencies>
<properties>
<cxf.surefire.fork.mode>pertest</cxf.surefire.fork.mode>