[go: up one dir, main page]

Menu

[b4aec6]: / pom.xml  Maximize  Restore  History

Download this file

32 lines (27 with data), 936 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.ndg.common</groupId>
<artifactId>ndgutils</artifactId>
<version>0.0.11</version>
<name>ndgUtils</name>
<description>Selected java utilities moved out of ndgJavaUtils</description>
<scm>
<connection>scm:git:ssh://nigelgay@git.code.sf.net/p/momime/utils</connection>
<tag>ndgutils-0.0.11</tag>
</scm>
<parent>
<groupId>com.ndg.common</groupId>
<artifactId>parent</artifactId>
<version>0.0.9</version>
</parent>
<dependencies>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
</dependencies>
</project>