]> git.argeo.org Git - lgpl/argeo-commons.git/blob - pom.xml
d1c52d195ce8c9afc8e2f0a706f5f8d91aa84000
[lgpl/argeo-commons.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?><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">
2 <modelVersion>4.0.0</modelVersion>
3 <parent>
4 <groupId>org.argeo.commons</groupId>
5 <artifactId>argeo-commons</artifactId>
6 <version>2.1.12-SNAPSHOT</version>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>org.argeo.util</artifactId>
10 <name>Commons Util (no third party dependencies)</name>
11 <dependencies>
12 <dependency>
13 <groupId>org.argeo.tp</groupId>
14 <artifactId>junit</artifactId>
15 <scope>test</scope>
16 </dependency>
17 </dependencies>
18 </project>