]> git.argeo.org Git - lgpl/argeo-commons.git/blob - security/runtime/org.argeo.security.jackrabbit/pom.xml
[maven-release-plugin] rollback the release of argeo-commons-2.1.1.tp
[lgpl/argeo-commons.git] / security / runtime / org.argeo.security.jackrabbit / pom.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?><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.security</groupId>
5 <artifactId>runtime</artifactId>
6 <version>2.1.1.tp-SNAPSHOT</version>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>org.argeo.security.jackrabbit</artifactId>
10 <name>Commons Security Jackrabbit</name>
11 <build>
12 <plugins>
13 <plugin>
14 <groupId>org.apache.maven.plugins</groupId>
15 <artifactId>maven-compiler-plugin</artifactId>
16 </plugin>
17 <plugin>
18 <groupId>org.apache.maven.plugins</groupId>
19 <artifactId>maven-source-plugin</artifactId>
20 </plugin>
21 <plugin>
22 <groupId>org.apache.maven.plugins</groupId>
23 <artifactId>maven-jar-plugin</artifactId>
24 </plugin>
25 <plugin>
26 <groupId>org.apache.felix</groupId>
27 <artifactId>maven-bundle-plugin</artifactId>
28
29 <configuration>
30 <instructions>
31 <Fragment-Host>org.apache.jackrabbit</Fragment-Host>
32 <Export-Package>org.argeo.security.jackrabbit.*</Export-Package>
33 <Import-Package>*,org.springframework.core,org.argeo.jcr</Import-Package>
34 </instructions>
35 </configuration>
36 </plugin>
37 </plugins>
38 </build>
39 <dependencies>
40 <dependency>
41 <groupId>org.argeo.commons.security</groupId>
42 <artifactId>org.argeo.security.core</artifactId>
43 <version>2.1.1.tp-SNAPSHOT</version>
44 </dependency>
45 <dependency>
46 <groupId>org.argeo.tp</groupId>
47 <artifactId>javax.jcr</artifactId>
48 </dependency>
49 <dependency>
50 <groupId>org.argeo.tp</groupId>
51 <artifactId>org.apache.jackrabbit</artifactId>
52 </dependency>
53 <dependency>
54 <groupId>org.argeo.tp</groupId>
55 <artifactId>org.springframework.security.core</artifactId>
56 </dependency>
57 </dependencies>
58 </project>