Support more session serialization
authorMathieu Baudier <mbaudier@argeo.org>
Mon, 28 Dec 2009 10:07:28 +0000 (10:07 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Mon, 28 Dec 2009 10:07:28 +0000 (10:07 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@3201 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

server/modules/org.argeo.server.catalina/META-INF/MANIFEST.MF

index d07c840fb4063416b07ed0f8da17545bf5ac3e6a..f4999224d3f0ebae5516d853e66d930e3e33af51 100644 (file)
@@ -3,11 +3,16 @@ Fragment-Host: com.springsource.org.apache.catalina.springsource;bundle-version=
  .0.16,7.0.0)"
 Bundle-Version: 0.1.2.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.ui;resolution:=optional,
  org.springframework.security.ui.savedrequest;resolution:=optional,
  org.springframework.security.userdetails;resolution:=optional,
- org.springframework.security.context;resolution:=optional,
- org.argeo.security.core;resolution:=optional,
- org.argeo.security.nature;resolution:=optional
+ org.springframework.web.context.request;resolution:=optional