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=34ad7d391a7ec0834dcd68e75192bb03b48d0605;hpb=8220766ace9f3bde3a9d69890cd8307c34fe8ddd;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 34ad7d391..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.dao, +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