Updating Spring LDAP
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/14ca8b04 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/14ca8b04 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/14ca8b04 Branch: refs/heads/3.0.x-fixes Commit: 14ca8b042f283572967a89c0e69a6430ca115858 Parents: c340fdc Author: Colm O hEigeartaigh <[email protected]> Authored: Wed Oct 19 16:50:54 2016 +0100 Committer: Colm O hEigeartaigh <[email protected]> Committed: Wed Oct 19 17:05:25 2016 +0100 ---------------------------------------------------------------------- parent/pom.xml | 2 +- services/sts/systests/advanced/pom.xml | 10 +++++----- services/sts/systests/basic/pom.xml | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/14ca8b04/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index c7b00c2..4b0c3f4 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -156,7 +156,7 @@ <cxf.spring.version>3.2.14.RELEASE</cxf.spring.version> <cxf.spring.security.version>3.1.7.RELEASE</cxf.spring.security.version> <cxf.spring.osgi.version>1.2.1</cxf.spring.osgi.version> - <cxf.spring.ldap.version>1.3.1.RELEASE</cxf.spring.ldap.version> + <cxf.spring.ldap.version>2.1.0.RELEASE</cxf.spring.ldap.version> <cxf.spring.mock>spring-test</cxf.spring.mock> <cxf.swagger.version>1.3.13</cxf.swagger.version> <cxf.swagger2.version>1.5.8</cxf.swagger2.version> http://git-wip-us.apache.org/repos/asf/cxf/blob/14ca8b04/services/sts/systests/advanced/pom.xml ---------------------------------------------------------------------- diff --git a/services/sts/systests/advanced/pom.xml b/services/sts/systests/advanced/pom.xml index 64b79d6..d0b8126 100644 --- a/services/sts/systests/advanced/pom.xml +++ b/services/sts/systests/advanced/pom.xml @@ -100,16 +100,16 @@ <scope>runtime</scope> </dependency> <dependency> + <groupId>org.slf4j</groupId> + <artifactId>jcl-over-slf4j</artifactId> + <scope>test</scope> + </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> http://git-wip-us.apache.org/repos/asf/cxf/blob/14ca8b04/services/sts/systests/basic/pom.xml ---------------------------------------------------------------------- diff --git a/services/sts/systests/basic/pom.xml b/services/sts/systests/basic/pom.xml index aa64840..f68b712 100644 --- a/services/sts/systests/basic/pom.xml +++ b/services/sts/systests/basic/pom.xml @@ -95,16 +95,16 @@ <scope>runtime</scope> </dependency> <dependency> + <groupId>org.slf4j</groupId> + <artifactId>jcl-over-slf4j</artifactId> + <scope>test</scope> + </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>
