]> git.argeo.org Git - lgpl/argeo-commons.git/blob - security/modules/org.argeo.security.webapp/pom.xml
Improve secure logging
[lgpl/argeo-commons.git] / security / modules / org.argeo.security.webapp / 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.security</groupId>
6 <version>0.3.4-SNAPSHOT</version>
7 <artifactId>modules</artifactId>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.security.webapp</artifactId>
11 <name>Commons Security Webapp</name>
12 <build>
13 <plugins>
14 <plugin>
15 <groupId>org.apache.felix</groupId>
16 <artifactId>maven-bundle-plugin</artifactId>
17 <configuration>
18 <instructions>
19 <Web-ContextPath>org.argeo.security.webapp</Web-ContextPath>
20 <Import-Package>
21 *,
22 javax.servlet,
23 javax.servlet.http,
24 javax.servlet.resources,
25 org.argeo.security,
26 org.argeo.security.mvc,
27 org.argeo.server.json,
28 org.argeo.server.mvc,
29 org.springframework.ldap.core.support,
30 org.springframework.osgi.web.context.support,
31 org.springframework.security,
32 org.springframework.security.config,
33 org.springframework.security.ui,
34 org.springframework.security.ui.rememberme,
35 org.springframework.security.ui.webapp,
36 org.springframework.security.userdetails,
37 org.springframework.web.context,
38 org.springframework.web.context.support,
39 org.springframework.web.filter,
40 org.springframework.web.servlet
41 </Import-Package>
42 </instructions>
43 </configuration>
44 </plugin>
45 </plugins>
46 </build>
47 </project>