Removing a bunch of unused systest dependencies
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/370cfbdf Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/370cfbdf Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/370cfbdf Branch: refs/heads/3.0.x-fixes Commit: 370cfbdfb760063cf0c61c8b3699e47f8a9071ba Parents: 9a0788b Author: Colm O hEigeartaigh <[email protected]> Authored: Fri May 29 11:55:40 2015 +0100 Committer: Colm O hEigeartaigh <[email protected]> Committed: Fri May 29 13:46:27 2015 +0100 ---------------------------------------------------------------------- systests/jaxrs/pom.xml | 8 ++-- systests/kerberos/pom.xml | 8 ---- systests/rs-security/pom.xml | 33 ------------- systests/transport-jms/pom.xml | 74 +++--------------------------- systests/transports-ssl3/pom.xml | 29 ------------ systests/transports/pom.xml | 68 --------------------------- systests/ws-security-examples/pom.xml | 28 ++--------- systests/ws-security/pom.xml | 8 ---- systests/ws-specs/pom.xml | 14 ------ 9 files changed, 15 insertions(+), 255 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/370cfbdf/systests/jaxrs/pom.xml ---------------------------------------------------------------------- diff --git a/systests/jaxrs/pom.xml b/systests/jaxrs/pom.xml index ea2f656..61443e4 100644 --- a/systests/jaxrs/pom.xml +++ b/systests/jaxrs/pom.xml @@ -359,25 +359,25 @@ <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-core</artifactId> - <version>3.2.0.RELEASE</version> + <version>${cxf.spring.security.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-acl</artifactId> - <version>3.2.0.RELEASE</version> + <version>${cxf.spring.security.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-config</artifactId> - <version>3.2.0.RELEASE</version> + <version>${cxf.spring.security.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-web</artifactId> - <version>3.2.0.RELEASE</version> + <version>${cxf.spring.security.version}</version> <scope>test</scope> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/cxf/blob/370cfbdf/systests/kerberos/pom.xml ---------------------------------------------------------------------- diff --git a/systests/kerberos/pom.xml b/systests/kerberos/pom.xml index 2009266..7824801 100644 --- a/systests/kerberos/pom.xml +++ b/systests/kerberos/pom.xml @@ -164,10 +164,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>${cxf.asm.groupId}</groupId> - <artifactId>${cxf.asm.artifactId}</artifactId> - </dependency> - <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> </dependency> @@ -187,10 +183,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>com.sun.xml.fastinfoset</groupId> - <artifactId>FastInfoset</artifactId> - </dependency> - <dependency> <groupId>com.fasterxml.jackson.jaxrs</groupId> <artifactId>jackson-jaxrs-json-provider</artifactId> </dependency> http://git-wip-us.apache.org/repos/asf/cxf/blob/370cfbdf/systests/rs-security/pom.xml ---------------------------------------------------------------------- diff --git a/systests/rs-security/pom.xml b/systests/rs-security/pom.xml index ede5b87..2be934e 100644 --- a/systests/rs-security/pom.xml +++ b/systests/rs-security/pom.xml @@ -141,35 +141,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-aop</artifactId> - <version>${cxf.spring.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-tx</artifactId> - <version>${cxf.spring.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.aspectj</groupId> - <artifactId>aspectjrt</artifactId> - <version>1.5.4</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.aspectj</groupId> - <artifactId>aspectjweaver</artifactId> - <version>1.5.4</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>cglib</groupId> - <artifactId>cglib-nodep</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-j2ee-management_1.1_spec</artifactId> <scope>test</scope> @@ -203,10 +174,6 @@ <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId> </dependency> <dependency> - <groupId>com.sun.xml.fastinfoset</groupId> - <artifactId>FastInfoset</artifactId> - </dependency> - <dependency> <groupId>org.codehaus.jettison</groupId> <artifactId>jettison</artifactId> <scope>test</scope> http://git-wip-us.apache.org/repos/asf/cxf/blob/370cfbdf/systests/transport-jms/pom.xml ---------------------------------------------------------------------- diff --git a/systests/transport-jms/pom.xml b/systests/transport-jms/pom.xml index 4981d0b..0d1364e 100644 --- a/systests/transport-jms/pom.xml +++ b/systests/transport-jms/pom.xml @@ -106,26 +106,11 @@ </dependency> <dependency> <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-frontend-js</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-bindings-soap</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-bindings-corba</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-databinding-aegis</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> <version>${project.version}</version> </dependency> @@ -154,21 +139,11 @@ </dependency> <dependency> <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-transports-local</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-jms</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-ws-addr</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-ws-policy</artifactId> <version>${project.version}</version> </dependency> @@ -185,24 +160,12 @@ </dependency> <dependency> <groupId>org.springframework</groupId> - <artifactId>spring-aop</artifactId> - <version>${cxf.spring.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> <scope>test</scope> <version>${cxf.spring.version}</version> </dependency> <dependency> <groupId>org.springframework</groupId> - <artifactId>spring-tx</artifactId> - <scope>test</scope> - <version>${cxf.spring.version}</version> - </dependency> - <dependency> - <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> <scope>test</scope> <version>${cxf.spring.version}</version> @@ -225,23 +188,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.aspectj</groupId> - <artifactId>aspectjrt</artifactId> - <version>1.5.4</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.aspectj</groupId> - <artifactId>aspectjweaver</artifactId> - <version>1.5.4</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>cglib</groupId> - <artifactId>cglib-nodep</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-broker</artifactId> <scope>test</scope> @@ -256,10 +202,6 @@ <artifactId>activemq-kahadb-store</artifactId> </dependency> <dependency> - <groupId>${cxf.asm.groupId}</groupId> - <artifactId>${cxf.asm.artifactId}</artifactId> - </dependency> - <dependency> <groupId>httpunit</groupId> <artifactId>httpunit</artifactId> <scope>test</scope> @@ -288,10 +230,6 @@ <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId> </dependency> <dependency> - <groupId>com.sun.xml.fastinfoset</groupId> - <artifactId>FastInfoset</artifactId> - </dependency> - <dependency> <groupId>rhino</groupId> <artifactId>js</artifactId> <scope>test</scope> @@ -306,11 +244,11 @@ <artifactId>commons-httpclient</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.geronimo.components</groupId> - <artifactId>geronimo-transaction</artifactId> - <version>3.1.1</version> - <scope>test</scope> - </dependency> + <dependency> + <groupId>org.apache.geronimo.components</groupId> + <artifactId>geronimo-transaction</artifactId> + <version>3.1.1</version> + <scope>test</scope> + </dependency> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/cxf/blob/370cfbdf/systests/transports-ssl3/pom.xml ---------------------------------------------------------------------- diff --git a/systests/transports-ssl3/pom.xml b/systests/transports-ssl3/pom.xml index 9e51536..5cd2c7f 100644 --- a/systests/transports-ssl3/pom.xml +++ b/systests/transports-ssl3/pom.xml @@ -93,19 +93,6 @@ </dependency> <dependency> <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-transports-udp</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-servlet</artifactId> - </dependency> - <dependency> - <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-webapp</artifactId> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http-jetty</artifactId> <version>${project.version}</version> </dependency> @@ -115,11 +102,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.slf4j</groupId> - <artifactId>jcl-over-slf4j</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-testutils</artifactId> <version>${project.version}</version> @@ -127,12 +109,6 @@ </dependency> <dependency> <groupId>org.springframework</groupId> - <artifactId>spring-aop</artifactId> - <version>${cxf.spring.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> <scope>test</scope> <version>${cxf.spring.version}</version> @@ -154,11 +130,6 @@ <artifactId>spring-core</artifactId> </dependency> <dependency> - <groupId>org.springframework</groupId> - <artifactId>${cxf.spring.mock}</artifactId> - <version>${cxf.spring.version}</version> - </dependency> - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> http://git-wip-us.apache.org/repos/asf/cxf/blob/370cfbdf/systests/transports/pom.xml ---------------------------------------------------------------------- diff --git a/systests/transports/pom.xml b/systests/transports/pom.xml index 2e5ea97..8ba2100 100644 --- a/systests/transports/pom.xml +++ b/systests/transports/pom.xml @@ -107,11 +107,6 @@ </dependency> <dependency> <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-bindings-corba</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-databinding-aegis</artifactId> <version>${project.version}</version> </dependency> @@ -160,16 +155,6 @@ </dependency> <dependency> <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-transports-jms</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-ws-addr</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-ws-policy</artifactId> <version>${project.version}</version> </dependency> @@ -186,30 +171,12 @@ </dependency> <dependency> <groupId>org.springframework</groupId> - <artifactId>spring-aop</artifactId> - <version>${cxf.spring.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> <scope>test</scope> <version>${cxf.spring.version}</version> </dependency> <dependency> <groupId>org.springframework</groupId> - <artifactId>spring-jms</artifactId> - <scope>test</scope> - <version>${cxf.spring.version}</version> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-tx</artifactId> - <scope>test</scope> - <version>${cxf.spring.version}</version> - </dependency> - <dependency> - <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> <scope>test</scope> <version>${cxf.spring.version}</version> @@ -227,37 +194,6 @@ <version>${cxf.spring.version}</version> </dependency> <dependency> - <groupId>org.aspectj</groupId> - <artifactId>aspectjrt</artifactId> - <version>1.5.4</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.aspectj</groupId> - <artifactId>aspectjweaver</artifactId> - <version>1.5.4</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>cglib</groupId> - <artifactId>cglib-nodep</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.activemq</groupId> - <artifactId>activemq-broker</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.activemq</groupId> - <artifactId>activemq-kahadb-store</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>${cxf.asm.groupId}</groupId> - <artifactId>${cxf.asm.artifactId}</artifactId> - </dependency> - <dependency> <groupId>httpunit</groupId> <artifactId>httpunit</artifactId> <scope>test</scope> @@ -292,10 +228,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>com.sun.xml.fastinfoset</groupId> - <artifactId>FastInfoset</artifactId> - </dependency> - <dependency> <groupId>rhino</groupId> <artifactId>js</artifactId> <scope>test</scope> http://git-wip-us.apache.org/repos/asf/cxf/blob/370cfbdf/systests/ws-security-examples/pom.xml ---------------------------------------------------------------------- diff --git a/systests/ws-security-examples/pom.xml b/systests/ws-security-examples/pom.xml index 80c5844..4d9db0f 100644 --- a/systests/ws-security-examples/pom.xml +++ b/systests/ws-security-examples/pom.xml @@ -123,6 +123,11 @@ <scope>test</scope> </dependency> <dependency> + <groupId>org.slf4j</groupId> + <artifactId>jcl-over-slf4j</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-ws-addr</artifactId> <version>${project.version}</version> @@ -143,31 +148,12 @@ <version>${project.version}</version> </dependency> <dependency> - <groupId>net.sf.ehcache</groupId> - <artifactId>ehcache</artifactId> - <version>${cxf.ehcache.version}</version> - </dependency> - <dependency> - <groupId>org.springframework.ldap</groupId> - <artifactId>spring-ldap-core</artifactId> - <version>${cxf.spring.ldap.version}</version> - </dependency> - <dependency> - <groupId>com.hazelcast</groupId> - <artifactId>hazelcast</artifactId> - <version>${cxf.hazelcast.version}</version> - </dependency> - <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-testutils</artifactId> <version>${project.version}</version> <scope>test</scope> </dependency> <dependency> - <groupId>${cxf.asm.groupId}</groupId> - <artifactId>${cxf.asm.artifactId}</artifactId> - </dependency> - <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> </dependency> @@ -176,10 +162,6 @@ <artifactId>junit</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>com.sun.xml.fastinfoset</groupId> - <artifactId>FastInfoset</artifactId> - </dependency> </dependencies> <profiles> <profile> http://git-wip-us.apache.org/repos/asf/cxf/blob/370cfbdf/systests/ws-security/pom.xml ---------------------------------------------------------------------- diff --git a/systests/ws-security/pom.xml b/systests/ws-security/pom.xml index 1be36ba..1d6dbfb 100644 --- a/systests/ws-security/pom.xml +++ b/systests/ws-security/pom.xml @@ -168,10 +168,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>${cxf.asm.groupId}</groupId> - <artifactId>${cxf.asm.artifactId}</artifactId> - </dependency> - <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> </dependency> @@ -191,10 +187,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>com.sun.xml.fastinfoset</groupId> - <artifactId>FastInfoset</artifactId> - </dependency> - <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk15on</artifactId> <scope>test</scope> http://git-wip-us.apache.org/repos/asf/cxf/blob/370cfbdf/systests/ws-specs/pom.xml ---------------------------------------------------------------------- diff --git a/systests/ws-specs/pom.xml b/systests/ws-specs/pom.xml index d8fae3c..a8dafe0 100644 --- a/systests/ws-specs/pom.xml +++ b/systests/ws-specs/pom.xml @@ -162,10 +162,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>${cxf.asm.groupId}</groupId> - <artifactId>${cxf.asm.artifactId}</artifactId> - </dependency> - <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> </dependency> @@ -184,16 +180,6 @@ <artifactId>junit</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>com.sun.xml.fastinfoset</groupId> - <artifactId>FastInfoset</artifactId> - </dependency> - <dependency> - <groupId>org.apache.derby</groupId> - <artifactId>derby</artifactId> - <version>${cxf.derby.version}</version> - <scope>test</scope> - </dependency> </dependencies> <profiles> <profile>
