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
|
<!-- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" -->
|
4
|
<parent>
|
5
|
<groupId>eu.etaxonomy</groupId>
|
6
|
<artifactId>cdmlib-parent</artifactId>
|
7
|
<version>3.5.0-SNAPSHOT</version>
|
8
|
<relativePath>../pom.xml</relativePath>
|
9
|
</parent>
|
10
|
|
11
|
<modelVersion>4.0.0</modelVersion>
|
12
|
<artifactId>cdmlib-app</artifactId>
|
13
|
<name>CDM Parent</name>
|
14
|
<description>The parent package for EDIT's cdmLibrary</description>
|
15
|
<scm>
|
16
|
<connection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-io/</connection>
|
17
|
<developerConnection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-io/</developerConnection>
|
18
|
<url>http://dev.e-taxonomy.eu/trac/browser/trunk/cdmlib/cdmlib-io/</url>
|
19
|
</scm>
|
20
|
<build>
|
21
|
<plugins>
|
22
|
<plugin>
|
23
|
<groupId>org.apache.maven.plugins</groupId>
|
24
|
<artifactId>maven-jar-plugin</artifactId>
|
25
|
<version>2.3.2</version>
|
26
|
<executions>
|
27
|
<execution>
|
28
|
<goals>
|
29
|
<goal>test-jar</goal>
|
30
|
</goals>
|
31
|
</execution>
|
32
|
</executions>
|
33
|
</plugin>
|
34
|
</plugins>
|
35
|
</build>
|
36
|
<dependencies>
|
37
|
<dependency>
|
38
|
<groupId>eu.etaxonomy</groupId>
|
39
|
<artifactId>cdmlib-persistence</artifactId>
|
40
|
<type>test-jar</type>
|
41
|
<scope>test</scope>
|
42
|
<version>${project.version}</version>
|
43
|
</dependency>
|
44
|
<dependency>
|
45
|
<groupId>eu.etaxonomy</groupId>
|
46
|
<artifactId>cdmlib-ext</artifactId>
|
47
|
</dependency>
|
48
|
<dependency>
|
49
|
<groupId>org.unitils</groupId>
|
50
|
<artifactId>unitils-core</artifactId>
|
51
|
<scope>test</scope>
|
52
|
</dependency>
|
53
|
<dependency>
|
54
|
<groupId>org.unitils</groupId>
|
55
|
<artifactId>unitils-database</artifactId>
|
56
|
<exclusions>
|
57
|
<exclusion>
|
58
|
<groupId>commons-dbcp</groupId>
|
59
|
<artifactId>commons-dbcp</artifactId>
|
60
|
</exclusion>
|
61
|
</exclusions>
|
62
|
<scope>test</scope>
|
63
|
</dependency>
|
64
|
<dependency>
|
65
|
<groupId>org.unitils</groupId>
|
66
|
<artifactId>unitils-dbmaintainer</artifactId>
|
67
|
<scope>test</scope>
|
68
|
</dependency>
|
69
|
<dependency>
|
70
|
<groupId>org.unitils</groupId>
|
71
|
<artifactId>unitils-dbunit</artifactId>
|
72
|
<scope>test</scope>
|
73
|
</dependency>
|
74
|
<dependency>
|
75
|
<groupId>org.unitils</groupId>
|
76
|
<artifactId>unitils-easymock</artifactId>
|
77
|
<scope>test</scope>
|
78
|
</dependency>
|
79
|
<dependency>
|
80
|
<groupId>org.unitils</groupId>
|
81
|
<artifactId>unitils-mock</artifactId>
|
82
|
<scope>test</scope>
|
83
|
</dependency>
|
84
|
<dependency>
|
85
|
<groupId>org.unitils</groupId>
|
86
|
<artifactId>unitils-inject</artifactId>
|
87
|
<scope>test</scope>
|
88
|
</dependency>
|
89
|
<dependency>
|
90
|
<groupId>org.unitils</groupId>
|
91
|
<artifactId>unitils-orm</artifactId>
|
92
|
<exclusions>
|
93
|
<exclusion>
|
94
|
<groupId>javax.persistence</groupId>
|
95
|
<artifactId>persistence-api</artifactId>
|
96
|
</exclusion>
|
97
|
</exclusions>
|
98
|
<scope>test</scope>
|
99
|
</dependency>
|
100
|
<dependency>
|
101
|
<groupId>org.unitils</groupId>
|
102
|
<artifactId>unitils-spring</artifactId>
|
103
|
<scope>test</scope>
|
104
|
</dependency>
|
105
|
<dependency>
|
106
|
<groupId>org.dbunit</groupId>
|
107
|
<artifactId>dbunit</artifactId>
|
108
|
</dependency>
|
109
|
<dependency>
|
110
|
<groupId>com.carrotsearch</groupId>
|
111
|
<artifactId>junit-benchmarks</artifactId>
|
112
|
<scope>test</scope>
|
113
|
</dependency>
|
114
|
<dependency>
|
115
|
<groupId>xmlunit</groupId>
|
116
|
<artifactId>xmlunit</artifactId>
|
117
|
</dependency>
|
118
|
<dependency>
|
119
|
<groupId>org.apache.poi</groupId>
|
120
|
<artifactId>poi</artifactId>
|
121
|
</dependency>
|
122
|
<dependency>
|
123
|
<groupId>org.springframework</groupId>
|
124
|
<artifactId>org.springframework.oxm</artifactId>
|
125
|
</dependency>
|
126
|
<dependency>
|
127
|
<groupId>identificationKeyAPI</groupId>
|
128
|
<artifactId>identificationKeyAPI</artifactId>
|
129
|
</dependency>
|
130
|
|
131
|
</dependencies>
|
132
|
</project>
|
133
|
|