(no commit message)
[cdmlib.git] / cdmlib-commons / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4 <!--
5 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
6 -->
7 <parent>
8 <groupId>eu.etaxonomy</groupId>
9 <artifactId>cdmlib-parent</artifactId>
10 <version>1.2-SNAPSHOT</version>
11 </parent>
12
13 <modelVersion>4.0.0</modelVersion>
14 <artifactId>cdmlib-commons</artifactId>
15 <name>CDM Commons</name>
16 <description>EDIT CDM library - Commons</description>
17 <scm>
18 <connection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-commons/</connection>
19 <developerConnection>scm:svn:https://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-commons/</developerConnection>
20 <url>http://dev.e-taxonomy.eu/trac/browser/trunk/cdmlib/cdmlib-commons/</url>
21 </scm>
22
23 <dependencies>
24 <dependency>
25 <groupId>org.springframework</groupId>
26 <artifactId>spring-test</artifactId>
27 </dependency>
28 <dependency>
29 <groupId>jdom</groupId>
30 <artifactId>jdom</artifactId>
31 </dependency>
32 </dependencies>
33 </project>