Progress on JSON
[lgpl/argeo-commons.git] / security / modules / org.argeo.security.webapp / META-INF / MANIFEST.MF
index 8116c1e4f3179d0303950ef59a7da645a139e156..74c67491f46744a902172d166b88b84a8c92d45d 100644 (file)
@@ -1,14 +1,18 @@
-Web-ContextPath: org.argeo.security.webapp
 Bundle-SymbolicName: org.argeo.security.webapp
 Bundle-Version: 0.1.1.SNAPSHOT
 Import-Package: javax.servlet,
  javax.servlet.http,
  javax.servlet.resources,
+ org.argeo.security,
+ org.argeo.security.dao,
  org.argeo.security.mvc,
- org.argeo.server.json.mvc,
+ org.argeo.server.json,
+ org.argeo.server.mvc,
+ org.springframework.ldap.core.support,
  org.springframework.osgi.web.context.support,
- org.springframework.security.userdetails.memory,
+ org.springframework.security,
  org.springframework.web.context,
  org.springframework.web.context.support,
  org.springframework.web.filter,
  org.springframework.web.servlet
+Web-ContextPath: org.argeo.security.webapp