X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=security%2Fmodules%2Forg.argeo.security.manager.ldap%2FMETA-INF%2FMANIFEST.MF;h=3671ef8c9b8e7f6518937f67273b5bdfd1e25871;hb=f03e9f93e6a1f616b0271a97a20c8a8ec7212ca0;hp=e95bbc2e51d10251e688ea803ae0cda6ec063f91;hpb=b00a7e9898ea2819100290cab22bf614e23a3abf;p=lgpl%2Fargeo-commons.git diff --git a/security/modules/org.argeo.security.manager.ldap/META-INF/MANIFEST.MF b/security/modules/org.argeo.security.manager.ldap/META-INF/MANIFEST.MF index e95bbc2e5..3671ef8c9 100644 --- a/security/modules/org.argeo.security.manager.ldap/META-INF/MANIFEST.MF +++ b/security/modules/org.argeo.security.manager.ldap/META-INF/MANIFEST.MF @@ -1,13 +1,21 @@ Bundle-SymbolicName: org.argeo.security.manager.ldap -Bundle-Version: 0.1.1.SNAPSHOT -Import-Package: org.argeo.security, +Bundle-Version: 0.1.3.SNAPSHOT +Import-Package: com.sun.jndi.ldap;resolution:=optional, + org.argeo.security, org.argeo.security.ldap, + org.argeo.security.ldap.nature, + org.argeo.security.nature, + org.argeo.server.json, + org.springframework.beans.factory.config, org.springframework.ldap.core.support, org.springframework.security, + org.springframework.security.adapters;specification-version="2.0.4.A", org.springframework.security.ldap, org.springframework.security.ldap.populator, org.springframework.security.providers, org.springframework.security.providers.ldap, org.springframework.security.providers.ldap.authenticator, + org.springframework.security.providers.rememberme;specification-version="2.0.4.A", org.springframework.security.userdetails, org.springframework.security.userdetails.ldap +Bundle-Name: Security Manager LDAP