]> git.argeo.org Git - lgpl/argeo-commons.git/blob - server/modules/org.argeo.server.catalina/pom.xml
Improve Security
[lgpl/argeo-commons.git] / server / modules / org.argeo.server.catalina / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>org.argeo.commons.server</groupId>
6 <version>0.3.4-SNAPSHOT</version>
7 <artifactId>modules</artifactId>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.server.catalina</artifactId>
11 <name>Commons Server Default Catalina Service (Tomcat)</name>
12 <build>
13 <plugins>
14 <plugin>
15 <groupId>org.apache.felix</groupId>
16 <artifactId>maven-bundle-plugin</artifactId>
17 <configuration>
18 <instructions>
19 <Fragment-Host>com.springsource.org.apache.catalina</Fragment-Host>
20 <!-- Hack for HTTP session deserialization in OSGi -->
21 <Import-Package>
22 *,
23 org.apache.commons.logging.impl;resolution:=optional,
24 org.argeo.security.core;resolution:=optional,
25 org.argeo.security.jcr;resolution:=optional,
26 org.springframework.beans.factory.support;resolution:=optional,
27 org.springframework.context.annotation;resolution:=optional,
28 org.springframework.orm.jpa.support;resolution:=optional,
29 org.springframework.security;resolution:=optional,
30 org.springframework.security.context;resolution:=optional,
31 org.springframework.security.providers;resolution:=optional,
32 org.springframework.security.providers.rememberme;resolution:=optional,
33 org.springframework.security.ui;resolution:=optional,
34 org.springframework.security.ui.savedrequest;resolution:=optional,
35 org.springframework.security.userdetails;resolution:=optional,
36 org.springframework.web.context.request;resolution:=optional
37 </Import-Package>
38 </instructions>
39 </configuration>
40 </plugin>
41 </plugins>
42 </build>
43 </project>