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