]> git.argeo.org Git - lgpl/argeo-commons.git/blob - server/dep/pom.xml
Add JCR MVC
[lgpl/argeo-commons.git] / server / dep / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
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 <version>0.2.3-SNAPSHOT</version>
7 <artifactId>server</artifactId>
8 <relativePath>..</relativePath>
9 </parent>
10 <groupId>org.argeo.commons.server</groupId>
11 <artifactId>dep</artifactId>
12 <name>Commons Server Dependencies</name>
13 <packaging>pom</packaging>
14 <modules>
15 <module>org.argeo.server.dep.tomcat</module>
16 <module>org.argeo.server.dep.ads</module>
17 <module>org.argeo.server.dep.hibernate</module>
18 <module>org.argeo.server.dep.jackrabbit.server</module>
19 <module>org.argeo.server.dep.activemq</module>
20 </modules>
21 </project>