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/aca58c80 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/aca58c80 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/aca58c80 Branch: refs/heads/3.1.x-fixes Commit: aca58c80bbe184c1730d21e9752ef7825a006bc0 Parents: e729015 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 16:52:43 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/aca58c80/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 91ec997..011722a 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -148,7 +148,7 @@ <cxf.spring.boot.version>1.3.6.RELEASE</cxf.spring.boot.version> <cxf.spring.security.version>3.2.9.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.10</cxf.swagger2.version> http://git-wip-us.apache.org/repos/asf/cxf/blob/aca58c80/services/sts/systests/advanced/pom.xml ---------------------------------------------------------------------- diff --git a/services/sts/systests/advanced/pom.xml b/services/sts/systests/advanced/pom.xml index 8d4d9c8..d19b41e 100644 --- a/services/sts/systests/advanced/pom.xml +++ b/services/sts/systests/advanced/pom.xml @@ -113,16 +113,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/aca58c80/services/sts/systests/basic/pom.xml ---------------------------------------------------------------------- diff --git a/services/sts/systests/basic/pom.xml b/services/sts/systests/basic/pom.xml index bd1041d..a3b08da 100644 --- a/services/sts/systests/basic/pom.xml +++ b/services/sts/systests/basic/pom.xml @@ -102,16 +102,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>
