include trunk updates
[cdmlib.git] / cdmlib-print / pom.xml
1 <?xml version="1.0"?>
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 <parent>
4 <artifactId>cdmlib-parent</artifactId>
5 <groupId>eu.etaxonomy</groupId>
6 <version>3.0</version>
7 <relativePath>../cdmlib-parent/pom.xml</relativePath>
8 </parent>
9
10 <modelVersion>4.0.0</modelVersion>
11
12 <groupId>eu.etaxonomy</groupId>
13
14 <artifactId>cdmlib-print</artifactId>
15
16 <packaging>jar</packaging>
17
18 <version>3.0</version>
19
20 <name>CDM Print</name>
21
22 <url>http://maven.apache.org</url>
23 <dependencies>
24 <dependency>
25 <groupId>eu.etaxonomy</groupId>
26 <artifactId>cdmlib-remote</artifactId>
27 <version>3.0</version>
28 </dependency>
29 <dependency>
30 <groupId>org.apache.xmlgraphics</groupId>
31 <artifactId>fop</artifactId>
32 <version>1.0</version>
33 </dependency>
34 <dependency>
35 <groupId>javax.servlet</groupId>
36 <artifactId>servlet-api</artifactId>
37 <version>2.5</version>
38 </dependency>
39 <dependency>
40 <groupId>junit</groupId>
41 <artifactId>junit</artifactId>
42 <version>4.8.1</version>
43 <scope>test</scope>
44 </dependency>
45 <dependency>
46 <groupId>org.odftoolkit</groupId>
47 <artifactId>odfdom</artifactId>
48 <version>0.8.6</version>
49 </dependency>
50 <dependency>
51 <groupId>jdom</groupId>
52 <artifactId>jdom</artifactId>
53 <version>1.0</version>
54 </dependency>
55 </dependencies>
56 </project>