6ea1dc3a2c7729161a5cc24b7cf2bcd74fbd3381
[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" 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.10-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>org.jdom</groupId>
30 <artifactId>jdom</artifactId>
31 </dependency>
32
33 <dependency>
34 <groupId>org.apache.poi</groupId>
35 <artifactId>poi</artifactId>
36 </dependency>
37 <dependency>
38 <groupId>org.apache.poi</groupId>
39 <artifactId>poi-ooxml-schemas</artifactId>
40 </dependency>
41 <dependency>
42 <groupId>org.apache.poi</groupId>
43 <artifactId>poi-ooxml</artifactId>
44 </dependency>
45 <dependency>
46 <groupId>commons-lang</groupId>
47 <artifactId>commons-lang</artifactId>
48 </dependency>
49
50
51 <!-- ImageMetadata -->
52
53 <!-- deprecated -->
54 <!--
55 <dependency>
56 <groupId>org.devlib.schmidt</groupId>
57 <artifactId>imageinfo</artifactId>
58 <version>1.7</version>
59 </dependency>
60 -->
61
62 <dependency>
63 <groupId>org.apache.sanselan</groupId>
64 <artifactId>sanselan</artifactId>
65 </dependency>
66
67 <dependency>
68 <groupId>org.apache.httpcomponents</groupId>
69 <artifactId>httpclient</artifactId>
70 </dependency>
71
72 <!-- AptView -->
73 <dependency>
74 <groupId>org.apache.maven.doxia</groupId>
75 <artifactId>doxia-module-apt</artifactId>
76 </dependency>
77 <dependency>
78 <groupId>org.apache.maven.doxia</groupId>
79 <artifactId>doxia-module-xhtml</artifactId>
80 </dependency>
81
82 </dependencies>
83 </project>