]> git.argeo.org Git - lgpl/argeo-commons.git/blob - security/pom.xml
Disable OSGi boot debug
[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" 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>1.1.5-SNAPSHOT</version>
7 <artifactId>argeo-commons</artifactId>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>security</artifactId>
11 <name>Commons Security</name>
12 <packaging>pom</packaging>
13 <modules>
14 <module>runtime</module>
15 <module>modules</module>
16 <module>plugins</module>
17 <module>dep</module>
18 </modules>
19 </project>