X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=security%2Fmodules%2Forg.argeo.security.manager.ldap%2FMETA-INF%2FMANIFEST.MF;h=0c1f471255eeac2833269da27fd38b745b9eb5cc;hb=d2f4a7ffb90e61fd4e26e310245ba52895f17f59;hp=bb61a8fee6e591b389c10041ddba006101bd011a;hpb=fe4c0d511210c4dc24136c8eefe401b159b60d44;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 bb61a8fee..0c1f47125 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.2.SNAPSHOT -Import-Package: org.argeo.security, +Bundle-Version: 0.2.2 +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;resolution:=optional, + 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