]> git.argeo.org Git - lgpl/argeo-commons.git/blob - server/dep/org.argeo.server.dep.jackrabbit.server/pom.xml
Use Spring Security beans
[lgpl/argeo-commons.git] / server / dep / org.argeo.server.dep.jackrabbit.server / 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>0.3.4-SNAPSHOT</version>
6 <artifactId>dep</artifactId>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>org.argeo.server.dep.jackrabbit.server</artifactId>
10 <packaging>pom</packaging>
11 <name>Commons Jackrabbit Dependencies</name>
12 <dependencies>
13 <dependency>
14 <groupId>org.argeo.commons.osgi</groupId>
15 <artifactId>org.argeo.osgi.dep.jackrabbit</artifactId>
16 <type>pom</type>
17 <version>0.3.4-SNAPSHOT</version>
18 </dependency>
19
20 <!-- Enhancements of Jackrabbit -->
21 <dependency>
22 <groupId>org.argeo.dep.osgi</groupId>
23 <artifactId>org.argeo.dep.osgi.bouncycastle.jdk15</artifactId>
24 </dependency>
25 <dependency>
26 <groupId>org.apache.xmlbeans</groupId>
27 <artifactId>com.springsource.org.apache.xmlbeans</artifactId>
28 </dependency>
29 <dependency>
30 <groupId>org.apache.xmlcommons</groupId>
31 <artifactId>com.springsource.org.apache.xmlcommons</artifactId>
32 </dependency>
33 <dependency>
34 <groupId>org.argeo.dep.osgi</groupId>
35 <artifactId>org.argeo.dep.osgi.pdfbox</artifactId>
36 </dependency>
37 <dependency>
38 <groupId>org.argeo.dep.osgi</groupId>
39 <artifactId>org.argeo.dep.osgi.poi</artifactId>
40 </dependency>
41 <dependency>
42 <groupId>com.sun.syndication</groupId>
43 <artifactId>com.springsource.com.sun.syndication</artifactId>
44 </dependency>
45 <dependency>
46 <groupId>net.sourceforge.nekohtml</groupId>
47 <artifactId>com.springsource.org.cyberneko.html</artifactId>
48 </dependency>
49 <dependency>
50 <groupId>org.argeo.dep.osgi</groupId>
51 <artifactId>org.argeo.dep.osgi.boilerpipe</artifactId>
52 </dependency>
53 <dependency>
54 <groupId>javax.mail</groupId>
55 <artifactId>com.springsource.javax.mail</artifactId>
56 </dependency>
57 <dependency>
58 <groupId>org.argeo.dep.osgi</groupId>
59 <artifactId>org.argeo.dep.osgi.drewnoakes.metadata_extractor</artifactId>
60 </dependency>
61 <dependency>
62 <groupId>org.argeo.dep.osgi</groupId>
63 <artifactId>org.argeo.dep.osgi.netcdf</artifactId>
64 </dependency>
65 <dependency>
66 <groupId>org.argeo.dep.osgi</groupId>
67 <artifactId>org.argeo.dep.osgi.tagsoup</artifactId>
68 </dependency>
69 </dependencies>
70 </project>