This is an automated email from the ASF dual-hosted git repository. deki pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/master by this push: new 8e38965 removed old spring-dao dependency 8e38965 is described below commit 8e3896550621d183d19d97052239a57c824658fb Author: Dennis Kieselhorst <m...@dekies.de> AuthorDate: Mon Apr 9 16:58:14 2018 +0200 removed old spring-dao dependency --- .../src/main/release/samples/jax_rs/spring_security/pom.xml | 6 +----- parent/pom.xml | 4 ---- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/distribution/src/main/release/samples/jax_rs/spring_security/pom.xml b/distribution/src/main/release/samples/jax_rs/spring_security/pom.xml index 2b9ff93..28256c2 100644 --- a/distribution/src/main/release/samples/jax_rs/spring_security/pom.xml +++ b/distribution/src/main/release/samples/jax_rs/spring_security/pom.xml @@ -120,13 +120,9 @@ </dependency> <dependency> <groupId>org.springframework</groupId> - <artifactId>spring-dao</artifactId> - </dependency> - <dependency> - <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> </dependency> - <dependency> + <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-config</artifactId> <version>${spring.security.version}</version> diff --git a/parent/pom.xml b/parent/pom.xml index 930ae34..f20734a 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -1421,10 +1421,6 @@ </exclusion> <exclusion> <groupId>org.springframework</groupId> - <artifactId>spring-dao</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> <artifactId>spring-jdbc</artifactId> </exclusion> <exclusion> -- To stop receiving notification emails like this one, please contact d...@apache.org.