]> git.argeo.org Git - gpl/argeo-slc.git/blob - modules/org.argeo.slc.server.repo.webapp/pom.xml
ddaf95977c6e015a552d6585f16ad50d984c4784
[gpl/argeo-slc.git] / modules / org.argeo.slc.server.repo.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.slc</groupId>
5 <artifactId>modules</artifactId>
6 <version>1.1.9-SNAPSHOT</version>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>org.argeo.slc.server.repo.webapp</artifactId>
10 <name>SLC Repo Web App</name>
11 <build>
12 <plugins>
13 <plugin>
14 <groupId>org.apache.felix</groupId>
15 <artifactId>maven-bundle-plugin</artifactId>
16 <configuration>
17 <instructions>
18 <Web-ContextPath>org.argeo.slc.repo.webapp</Web-ContextPath>
19 <!-- TODO optimize -->
20 <Import-Package>
21 *,
22 javax.jcr,
23 javax.servlet,
24 javax.servlet.http,
25 javax.servlet.resources,
26 org.argeo.jcr.mvc,
27 org.argeo.security.core,
28 org.argeo.security.jcr,
29 org.argeo.slc.aether.spring,
30 org.argeo.slc.repo.maven.proxy,
31 org.springframework.osgi.web.context.support,
32 org.springframework.security,
33 org.springframework.security.context,
34 org.springframework.security.intercept.web,
35 org.springframework.security.providers.anonymous,
36 org.springframework.security.ui,
37 org.springframework.security.ui.basicauth,
38 org.springframework.security.ui.logout,
39 org.springframework.security.util,
40 org.springframework.security.vote,
41 org.springframework.security.wrapper,
42 org.springframework.web.context,
43 org.springframework.web.filter,
44 org.springframework.web.servlet,
45 org.springframework.web.servlet.handler
46 </Import-Package>
47 </instructions>
48 </configuration>
49 </plugin>
50 </plugins>
51 </build>
52 </project>