AT: Creating a Branch to store changes for the Palm Use Data
[cdmlib.git] / cdmlib-ext / 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 <!--
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
5 -->
6 <parent>
7 <groupId>eu.etaxonomy</groupId>
8 <artifactId>cdmlib-parent</artifactId>
9 <version>3.0.9-SNAPSHOT</version>
10 <relativePath>../pom.xml</relativePath>
11 </parent>
12
13 <modelVersion>4.0.0</modelVersion>
14 <artifactId>cdmlib-ext</artifactId>
15 <name>CDM External</name>
16 <description>EDIT CDM library external services. Module for handling requests to non CDM library services like the EDIT geoservice.</description>
17 <scm>
18 <connection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-extern/</connection>
19 <developerConnection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-extern/</developerConnection>
20 <url>http://dev.e-taxonomy.eu/trac/browser/trunk/cdmlib/cdmlib-extern/</url>
21 </scm>
22
23 <dependencies>
24 <dependency>
25 <groupId>eu.etaxonomy</groupId>
26 <artifactId>cdmlib-services</artifactId>
27 </dependency>
28 <dependency>
29 <groupId>eu.etaxonomy</groupId>
30 <artifactId>cdmlib-persistence</artifactId>
31 <type>test-jar</type>
32 <scope>test</scope>
33 <version>${project.version}</version>
34 </dependency>
35 <dependency>
36 <groupId>org.unitils</groupId>
37 <artifactId>unitils</artifactId>
38 </dependency>
39 <dependency>
40 <groupId>org.dbunit</groupId>
41 <artifactId>dbunit</artifactId>
42 </dependency>
43 <dependency>
44 <groupId>xmlunit</groupId>
45 <artifactId>xmlunit</artifactId>
46 </dependency>
47
48 <dependency>
49 <groupId>org.apache.httpcomponents</groupId>
50 <artifactId>httpclient</artifactId>
51 </dependency>
52
53 </dependencies>
54 </project>
55