]> git.argeo.org Git - lgpl/argeo-commons.git/blob - server/modules/org.argeo.node.repo.jackrabbit/pom.xml
Improve JCR remoting
[lgpl/argeo-commons.git] / server / modules / org.argeo.node.repo.jackrabbit / 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.server</groupId>
6 <version>0.3.4-SNAPSHOT</version>
7 <artifactId>modules</artifactId>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.node.repo.jackrabbit</artifactId>
11 <name>Commons Server Node Repository Jackrabbit</name>
12 <description>Default Node Repository Based on Jackrabbit</description>
13 <build>
14 <plugins>
15 <plugin>
16 <groupId>org.apache.felix</groupId>
17 <artifactId>maven-bundle-plugin</artifactId>
18 <configuration>
19 <instructions>
20 <Import-Package>
21 *,
22 com.mysql.jdbc;version="[5.0.0,6.0.0)";resolution:=optional,
23 javax.jcr;version="[2.0.0,3.0.0)",
24 org.apache.jackrabbit.core;version="[2.0.0,3.0.0)",
25 org.apache.jackrabbit.core.config;version="[2.0.0,3.0.0)",
26 org.apache.xalan.processor,
27 org.argeo.jackrabbit,
28 org.argeo.jcr,
29 org.argeo.security,
30 org.argeo.security.core,
31 org.h2;version="[1.0.0,2.0.0)";resolution:=optional,
32 org.postgresql;version="[8.0.0,9.0.0)";resolution:=optional,
33 org.springframework.beans.factory.config,
34 org.springframework.security;version="2.0.6.RELEASE"
35 </Import-Package>
36 </instructions>
37 </configuration>
38 </plugin>
39 </plugins>
40 </build>
41 </project>