re-integrating branch cdmlib/3.x-unitils-upgrade
[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.10-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-core</artifactId>
38 <scope>test</scope>
39 </dependency>
40 <dependency>
41 <groupId>org.unitils</groupId>
42 <artifactId>unitils-database</artifactId>
43 <scope>test</scope>
44 </dependency>
45 <dependency>
46 <groupId>org.unitils</groupId>
47 <artifactId>unitils-dbmaintainer</artifactId>
48 <scope>test</scope>
49 </dependency>
50 <dependency>
51 <groupId>org.unitils</groupId>
52 <artifactId>unitils-dbunit</artifactId>
53 <scope>test</scope>
54 </dependency>
55 <dependency>
56 <groupId>org.unitils</groupId>
57 <artifactId>unitils-easymock</artifactId>
58 <scope>test</scope>
59 </dependency>
60 <dependency>
61 <groupId>org.unitils</groupId>
62 <artifactId>unitils-mock</artifactId>
63 <scope>test</scope>
64 </dependency>
65 <dependency>
66 <groupId>org.unitils</groupId>
67 <artifactId>unitils-inject</artifactId>
68 <scope>test</scope>
69 </dependency>
70 <dependency>
71 <groupId>org.unitils</groupId>
72 <artifactId>unitils-orm</artifactId>
73 <scope>test</scope>
74 </dependency>
75 <dependency>
76 <groupId>org.unitils</groupId>
77 <artifactId>unitils-spring</artifactId>
78 <scope>test</scope>
79 </dependency>
80 <dependency>
81 <groupId>org.dbunit</groupId>
82 <artifactId>dbunit</artifactId>
83 </dependency>
84 <dependency>
85 <groupId>xmlunit</groupId>
86 <artifactId>xmlunit</artifactId>
87 </dependency>
88
89 <dependency>
90 <groupId>org.apache.httpcomponents</groupId>
91 <artifactId>httpclient</artifactId>
92 </dependency>
93
94 </dependencies>
95 </project>
96