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 f82cc3a removed old spring-security-core-tiger and spring-dao
dependencies from dependencyManagement as they are no longer in use
f82cc3a is described below
commit f82cc3a471afad64314c0d04c35bee3eafbcebc2
Author: Dennis Kieselhorst <[email protected]>
AuthorDate: Mon Apr 9 08:12:43 2018 +0200
removed old spring-security-core-tiger and spring-dao dependencies from
dependencyManagement as they are no longer in use
---
parent/pom.xml | 46 ----------------------------------------------
1 file changed, 46 deletions(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 698c9aa..930ae34 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1412,33 +1412,6 @@
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
- <artifactId>spring-security-core-tiger</artifactId>
- <version>2.0.8.RELEASE</version>
- <exclusions>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring-core</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring-dao</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring-jdbc</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring-remoting</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring-support</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.springframework.security</groupId>
<artifactId>spring-security-acl</artifactId>
<version>${cxf.spring.security.version}</version>
<exclusions>
@@ -1466,25 +1439,6 @@
</dependency>
<dependency>
<groupId>org.springframework</groupId>
- <artifactId>spring-dao</artifactId>
- <version>2.0.8</version>
- <exclusions>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring-jdbc</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring-remoting</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring-support</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
<artifactId>${cxf.spring.mock}</artifactId>
<version>${cxf.spring.version}</version>
</dependency>
--
To stop receiving notification emails like this one, please contact
[email protected].