]> git.argeo.org Git - lgpl/argeo-commons.git/blob - server/modules/org.argeo.server.rap.webapp/pom.xml
a4d482fee5bd181c892014741dc39b3fb67aa966
[lgpl/argeo-commons.git] / server / modules / org.argeo.server.rap.webapp / 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.7-SNAPSHOT</version>
6 <artifactId>modules</artifactId>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>org.argeo.server.rap.webapp</artifactId>
10 <name>Commons Server RAP Webapp</name>
11 <description>Integrates into OSGi HTTP registry</description>
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>ui</Web-ContextPath>
20 <Import-Package>
21 *,
22
23 org.springframework.beans.factory.config,
24
25 org.eclipse.equinox.http.servlet,
26 org.springframework.osgi.web.context.support,
27 org.springframework.security,
28 org.springframework.security.context,
29 org.springframework.security.intercept.web,
30 org.springframework.security.providers.anonymous,
31 org.springframework.security.ui,
32 org.springframework.security.ui.basicauth,
33 org.springframework.security.ui.logout,
34 org.springframework.security.ui.rememberme,
35 org.springframework.security.ui.webapp,
36 org.springframework.security.ui.preauth.x509,
37 org.springframework.security.userdetails,
38 org.springframework.security.util,
39 org.springframework.security.vote,
40 org.springframework.security.wrapper,
41 org.springframework.web.context,
42 org.springframework.web.filter,
43 org.springframework.web.servlet,
44 org.springframework.web.servlet.handler,
45 org.springframework.web.servlet.mvc,
46
47
48 </Import-Package>
49 </instructions>
50 </configuration>
51 </plugin>
52 </plugins>
53 </build>
54 </project>