Repository: servicemix-bundles Updated Branches: refs/heads/master 067e2fd41 -> 3b6bb347b
Set netscape.ldap import optional in spring-security-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/3b6bb347 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/3b6bb347 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/3b6bb347 Branch: refs/heads/master Commit: 3b6bb347bf91a45d68dc57596865ff36b8875144 Parents: 067e2fd Author: Jean-Baptiste Onofré <[email protected]> Authored: Thu Dec 13 15:30:14 2018 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Thu Dec 13 15:30:14 2018 +0100 ---------------------------------------------------------------------- spring-security-ldap-5.1.2.RELEASE/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/3b6bb347/spring-security-ldap-5.1.2.RELEASE/pom.xml ---------------------------------------------------------------------- diff --git a/spring-security-ldap-5.1.2.RELEASE/pom.xml b/spring-security-ldap-5.1.2.RELEASE/pom.xml index c5956cb..e687f49 100644 --- a/spring-security-ldap-5.1.2.RELEASE/pom.xml +++ b/spring-security-ldap-5.1.2.RELEASE/pom.xml @@ -49,8 +49,9 @@ org.springframework.security.ldap </servicemix.osgi.export.pkg> <servicemix.osgi.import.pkg> - com.unboundid.ldap.listener*;resolution:=optional, + com.unboundid.ldap*;resolution:=optional, org.apache.directory*;resolution:=optional, + netscape.ldap*;resolution:=optional, * </servicemix.osgi.import.pkg> </properties>
