]> git.argeo.org Git - lgpl/argeo-commons.git/blob - server/modules/org.argeo.jackrabbit.webapp/pom.xml
Fix loading of CND via testing classpath.
[lgpl/argeo-commons.git] / server / modules / org.argeo.jackrabbit.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.4-SNAPSHOT</version>
6 <artifactId>modules</artifactId>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>org.argeo.jackrabbit.webapp</artifactId>
10 <name>Commons Server Jackrabbit Webapp</name>
11 <description>JCR remoting, WebDav</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>org.argeo.jcr.webapp</Web-ContextPath>
20 <!-- TODO is it still necessary? -->
21 <DynamicImport-Package>*</DynamicImport-Package>
22 <Import-Package>
23 *,
24 javax.jcr,
25 javax.servlet,
26 javax.servlet.http,
27 javax.servlet.resources,
28 org.aopalliance.aop,
29 org.argeo.jackrabbit.remote,
30 org.argeo.jcr,
31 org.argeo.jcr.mvc,
32 org.argeo.server.mvc,
33 org.springframework.aop,
34 org.springframework.aop.framework,
35 org.springframework.aop.scope,
36 org.springframework.beans.factory.config,
37 org.springframework.osgi.web.context.support,
38 org.springframework.security,
39 org.springframework.security.providers.anonymous,
40 org.springframework.security.ui.webapp,
41 org.springframework.security.ui.preauth.x509,
42 org.springframework.web.context,
43 org.springframework.web.filter,
44 org.springframework.web.servlet,
45 org.springframework.web.servlet.handler,
46 org.springframework.web.servlet.view
47 </Import-Package>
48 </instructions>
49 </configuration>
50 </plugin>
51 </plugins>
52 </build>
53 </project>