[maven-release-plugin] prepare release cdmlib-parent-3.5.1
[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.5.1</version>
10 <relativePath>../pom.xml</relativePath>
11 </parent>
12
13 <modelVersion>4.0.0</modelVersion>
14 <artifactId>cdmlib-commons</artifactId>
15 <version>3.5.1</version>
16 <name>CDM Commons</name>
17 <description>EDIT CDM library - Commons</description>
18 <scm>
19 <connection>scm:svn:http://dev.e-taxonomy.eu/svn/tags/cdmlib/cdmlib-parent-3.5.1/cdmlib-commons</connection>
20 <developerConnection>scm:svn:http://dev.e-taxonomy.eu/svn/tags/cdmlib/cdmlib-parent-3.5.1/cdmlib-commons</developerConnection>
21 <url>http://dev.e-taxonomy.eu/trac/browser/tags/cdmlib/cdmlib-parent-3.5.1/cdmlib-commons</url>
22 </scm>
23
24 <dependencies>
25 <dependency>
26 <groupId>org.springframework</groupId>
27 <artifactId>org.springframework.test</artifactId>
28 </dependency>
29 <dependency>
30 <groupId>org.jdom</groupId>
31 <artifactId>jdom</artifactId>
32 </dependency>
33
34 <dependency>
35 <groupId>org.apache.poi</groupId>
36 <artifactId>poi</artifactId>
37 </dependency>
38 <dependency>
39 <groupId>org.apache.poi</groupId>
40 <artifactId>poi-ooxml-schemas</artifactId>
41 </dependency>
42 <dependency>
43 <groupId>org.apache.poi</groupId>
44 <artifactId>poi-ooxml</artifactId>
45 </dependency>
46 <dependency>
47 <groupId>commons-lang</groupId>
48 <artifactId>commons-lang</artifactId>
49 </dependency>
50
51
52 <!-- ImageMetadata -->
53
54 <!-- deprecated -->
55 <!--
56 <dependency>
57 <groupId>org.devlib.schmidt</groupId>
58 <artifactId>imageinfo</artifactId>
59 <version>1.7</version>
60 </dependency>
61 -->
62
63 <dependency>
64 <groupId>org.apache.sanselan</groupId>
65 <artifactId>sanselan</artifactId>
66 </dependency>
67
68 <dependency>
69 <groupId>org.apache.httpcomponents</groupId>
70 <artifactId>httpclient</artifactId>
71 </dependency>
72
73 <!-- AptView -->
74 <dependency>
75 <groupId>org.apache.maven.doxia</groupId>
76 <artifactId>doxia-module-apt</artifactId>
77 </dependency>
78 <dependency>
79 <groupId>org.apache.maven.doxia</groupId>
80 <artifactId>doxia-module-xhtml</artifactId>
81 </dependency>
82
83 </dependencies>
84 </project>