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.6-SNAPSHOT</version>
|
10
|
<relativePath>pom.xml</relativePath>
|
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:http://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>org.springframework.test</artifactId>
|
27
|
</dependency>
|
28
|
<dependency>
|
29
|
<groupId>jdom</groupId>
|
30
|
<artifactId>jdom</artifactId>
|
31
|
</dependency>
|
32
|
|
33
|
<dependency>
|
34
|
<groupId>org.apache.poi</groupId>
|
35
|
<artifactId>poi</artifactId>
|
36
|
</dependency>
|
37
|
|
38
|
<dependency>
|
39
|
<groupId>commons-lang</groupId>
|
40
|
<artifactId>commons-lang</artifactId>
|
41
|
</dependency>
|
42
|
|
43
|
|
44
|
<!-- ImageMetadata -->
|
45
|
|
46
|
<!-- deprecated -->
|
47
|
<!--
|
48
|
<dependency>
|
49
|
<groupId>org.devlib.schmidt</groupId>
|
50
|
<artifactId>imageinfo</artifactId>
|
51
|
<version>1.7</version>
|
52
|
</dependency>
|
53
|
-->
|
54
|
|
55
|
<dependency>
|
56
|
<groupId>org.apache.sanselan</groupId>
|
57
|
<artifactId>sanselan</artifactId>
|
58
|
</dependency>
|
59
|
|
60
|
<dependency>
|
61
|
<groupId>org.apache.httpcomponents</groupId>
|
62
|
<artifactId>httpclient</artifactId>
|
63
|
</dependency>
|
64
|
|
65
|
</dependencies>
|
66
|
</project>
|