]> git.argeo.org Git - lgpl/argeo-commons.git/blob - server/pom.xml
Restructure interface with Spring security.
[lgpl/argeo-commons.git] / server / 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"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5 <parent>
6 <groupId>org.argeo.commons</groupId>
7 <version>0.1.1-SNAPSHOT</version>
8 <artifactId>argeo-commons</artifactId>
9 <relativePath>..</relativePath>
10 </parent>
11 <artifactId>server</artifactId>
12 <name>Commons Server</name>
13 <packaging>pom</packaging>
14 <modules>
15 <module>runtime</module>
16 <module>modules</module>
17 <module>dep</module>
18 <module>demo</module>
19 </modules>
20 </project>