X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=security%2Fmodules%2Forg.argeo.security.manager.ldap%2FMETA-INF%2FMANIFEST.MF;h=7a5ede3a23c0ec607e0d03cb085025a7b63ecd25;hb=6cdf19b70b25cc675d8e616dcaf905570a83c78b;hp=bfcd8154b51d6071c0201424eb2244d0240b4579;hpb=23daa3a3818f0a18703a3b0ca95c7908326f95cb;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 bfcd8154b..7a5ede3a2 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,10 +1,21 @@ Bundle-SymbolicName: org.argeo.security.manager.ldap -Bundle-Version: 0.1.1.SNAPSHOT -Import-Package: org.springframework.security.ldap, +Bundle-Version: 0.2.1.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.ldap.populator, - org.springframework.security.userdetails.ldap, - org.springframework.security, - org.springframework.ldap.core.support + 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