]> git.argeo.org Git - lgpl/argeo-commons.git/blob - security/pom.xml
Improve Maven dependency structure
[lgpl/argeo-commons.git] / security / 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.3.4-SNAPSHOT</version>
8 <artifactId>argeo-commons</artifactId>
9 <relativePath>..</relativePath>
10 </parent>
11 <artifactId>security</artifactId>
12 <name>Commons Security</name>
13 <packaging>pom</packaging>
14 <modules>
15 <module>runtime</module>
16 <module>modules</module>
17 <module>plugins</module>
18 <!-- <module>dep</module> -->
19 <module>features</module>
20 </modules>
21 </project>