Repository: servicemix-bundles Updated Branches: refs/heads/master dc864668b -> 5feb42a99
Extend org.springframework.ldap version range in spring ldap bundle Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/c924c340 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/c924c340 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/c924c340 Branch: refs/heads/master Commit: c924c340094da13dfa722503e62df4b00ba9ea86 Parents: dc86466 Author: LaurentTrk <[email protected]> Authored: Thu Aug 3 12:24:21 2017 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Fri Aug 4 08:05:03 2017 +0200 ---------------------------------------------------------------------- pom.xml | 1 + spring-security-ldap-4.2.3.RELEASE/pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/c924c340/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 119bc62..00ca2ad 100644 --- a/pom.xml +++ b/pom.xml @@ -44,6 +44,7 @@ <modules> <!-- add modules for all bundles to released in the next batch here --> <module>orbitz-consul-client-0.16.3</module> + <module>spring-security-ldap-4.2.3.RELEASE</module> </modules> </project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/c924c340/spring-security-ldap-4.2.3.RELEASE/pom.xml ---------------------------------------------------------------------- diff --git a/spring-security-ldap-4.2.3.RELEASE/pom.xml b/spring-security-ldap-4.2.3.RELEASE/pom.xml index 75eeb6a..3c9c444 100644 --- a/spring-security-ldap-4.2.3.RELEASE/pom.xml +++ b/spring-security-ldap-4.2.3.RELEASE/pom.xml @@ -72,7 +72,7 @@ org.springframework.jdbc.core;resolution:=optional;version="[4,5)", org.springframework.jdbc.core.support;resolution:=optional;version="[4,5)", org.springframework.util;resolution:=optional;version="[4,5)", - org.springframework.ldap*;resolution:=optional;version="[4,5)", + org.springframework.ldap*;resolution:=optional;version="[2,5)", org.springframework.security.authentication*;version="[4,5)", org.springframework.security.core*;version="[4,5)", org.springframework.security.crypto.codec;version="[4,5)",
