]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - modules/server/org.argeo.slc.webapp.war/META-INF/MANIFEST.MF
Improve unit tests
[gpl/argeo-slc.git] / modules / server / org.argeo.slc.webapp.war / META-INF / MANIFEST.MF
index f38b8e764c06e7955ede90c05f131621ffcdd337..a530e54e155a957009220d93d26243ad6ee93719 100644 (file)
@@ -8,6 +8,11 @@ Import-Package: net.sf.cglib.core,
  net.sf.cglib.proxy,
  net.sf.cglib.reflect,
  org.aopalliance.aop,
+ org.argeo.security.mvc;specification-version="0.1.3.SNAPSHOT-r3402",
+ org.argeo.server,
+ org.argeo.server.jcr.mvc;specification-version="0.1.3.SNAPSHOT-r3478",
+ org.argeo.server.json;specification-version="0.1.3.SNAPSHOT-r3371",
+ org.argeo.server.mvc,
  org.argeo.slc.build,
  org.argeo.slc.core.attachment,
  org.argeo.slc.core.test.tree,
@@ -28,21 +33,21 @@ Import-Package: net.sf.cglib.core,
  org.argeo.slc.web.mvc.provisioning,
  org.argeo.slc.web.mvc.result,
  org.argeo.slc.web.mvc.runtime,
- org.hibernate,
- org.hibernate.hql.ast,
- org.hibernate.jdbc,
+ org.hibernate.hql.ast;resolution:=optional,
+ org.hibernate.jdbc;resolution:=optional,
  org.springframework.aop,
  org.springframework.aop.framework,
  org.springframework.aop.scope,
  org.springframework.beans.factory.support,
- org.springframework.orm.hibernate3.support,
  org.springframework.osgi.web.context.support,
  org.springframework.oxm,
  org.springframework.security,
+ org.springframework.security.config;specification-version="2.0.4.A",
  org.springframework.security.context,
  org.springframework.security.providers,
  org.springframework.security.ui,
  org.springframework.security.ui.webapp,
+ org.springframework.security.userdetails;specification-version="2.0.4.A",
  org.springframework.security.userdetails.memory,
  org.springframework.transaction,
  org.springframework.web.context,
@@ -51,4 +56,5 @@ Import-Package: net.sf.cglib.core,
  org.springframework.web.filter,
  org.springframework.web.servlet,
  org.springframework.web.servlet.handler,
- org.springframework.web.servlet.mvc
+ org.springframework.web.servlet.mvc,
+ org.springframework.web.servlet.view;specification-version="2.5.6.SEC01"