X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=server%2Fmodules%2Forg.argeo.server.catalina%2FMETA-INF%2FMANIFEST.MF;h=46655dafcf46599b358dc10aa1ab2dda8080b49e;hb=9540d670600b496b3e815fc31961b1b3c70cdc8a;hp=01d0fcca005e2565290b0ce40ab85e7faa3a4536;hpb=e5e9a93b6ef2d1ae951d1151ba5916779a72affd;p=lgpl%2Fargeo-commons.git diff --git a/server/modules/org.argeo.server.catalina/META-INF/MANIFEST.MF b/server/modules/org.argeo.server.catalina/META-INF/MANIFEST.MF index 01d0fcca0..46655dafc 100644 --- a/server/modules/org.argeo.server.catalina/META-INF/MANIFEST.MF +++ b/server/modules/org.argeo.server.catalina/META-INF/MANIFEST.MF @@ -1,10 +1,19 @@ Manifest-Version: 1.0 Fragment-Host: com.springsource.org.apache.catalina;bundle-version="[6 .0.16,7.0.0)" -Bundle-Version: 0.1.1.SNAPSHOT +Bundle-Version: 0.2.3-SNAPSHOT Bundle-SymbolicName: org.argeo.server.catalina -Import-Package: org.springframework.security;resolution:=optional, +Import-Package: org.apache.commons.logging.impl;resolution:=optional, + org.argeo.security.core;resolution:=optional, + org.argeo.security.nature;resolution:=optional, + org.springframework.beans.factory.support;resolution:=optional, + org.springframework.context.annotation;resolution:=optional, + org.springframework.orm.jpa.support;resolution:=optional, + org.springframework.security;resolution:=optional, + org.springframework.security.context;resolution:=optional, org.springframework.security.providers;resolution:=optional, + org.springframework.security.providers.rememberme;resolution:=optional, org.springframework.security.ui;resolution:=optional, org.springframework.security.ui.savedrequest;resolution:=optional, - org.springframework.security.userdetails;resolution:=optional + org.springframework.security.userdetails;resolution:=optional, + org.springframework.web.context.request;resolution:=optional