]> git.argeo.org Git - lgpl/argeo-commons.git/blob - org.argeo.server.jackrabbit/pom.xml
[maven-release-plugin] prepare release argeo-commons-2.1.12
[lgpl/argeo-commons.git] / org.argeo.server.jackrabbit / pom.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <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">
3 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>org.argeo.commons</groupId>
6 <artifactId>argeo-commons</artifactId>
7 <version>2.1.12</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.server.jackrabbit</artifactId>
11 <name>Commons Server Jackrabbit</name>
12 <dependencies>
13 <dependency>
14 <groupId>org.argeo.commons</groupId>
15 <artifactId>org.argeo.util</artifactId>
16 <version>2.1.12</version>
17 </dependency>
18 <dependency>
19 <groupId>org.argeo.commons</groupId>
20 <artifactId>org.argeo.server.jcr.mvc</artifactId>
21 <version>2.1.12</version>
22 </dependency>
23
24 <!-- Jackrabbit -->
25 <!-- <dependency> -->
26 <!-- <groupId>org.argeo.commons</groupId> -->
27 <!-- <artifactId>org.argeo.dep.jackrabbit</artifactId> -->
28 <!-- <type>pom</type> -->
29 <!-- <version>2.1.12-SNAPSHOT</version> -->
30 <!-- </dependency> -->
31
32 <!-- OSGi -->
33 <!-- <dependency> -->
34 <!-- <groupId>org.argeo.tp.rap.platform</groupId> -->
35 <!-- <artifactId>org.eclipse.osgi</artifactId> -->
36 <!-- <scope>provided</scope> -->
37 <!-- </dependency> -->
38
39 <!-- Spring -->
40 <!-- <dependency> -->
41 <!-- <groupId>org.argeo.tp</groupId> -->
42 <!-- <artifactId>org.springframework.beans</artifactId> -->
43 <!-- </dependency> -->
44 <!-- <dependency> -->
45 <!-- <groupId>org.argeo.tp</groupId> -->
46 <!-- <artifactId>org.springframework.web.servlet</artifactId> -->
47 <!-- </dependency> -->
48 <!-- <dependency> -->
49 <!-- <groupId>org.argeo.tp</groupId> -->
50 <!-- <artifactId>org.springframework.security.core</artifactId> -->
51 <!-- </dependency> -->
52
53 <!-- TEST -->
54 <!-- <dependency> -->
55 <!-- <groupId>org.argeo.commons</groupId> -->
56 <!-- <artifactId>org.argeo.dep.log4j</artifactId> -->
57 <!-- <version>2.1.12-SNAPSHOT</version> -->
58 <!-- <type>pom</type> -->
59 <!-- <scope>test</scope> -->
60 <!-- </dependency> -->
61 </dependencies>
62 </project>