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