Updating develop poms back to pre merge state
[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>5.40.0-SNAPSHOT</version>
7 <relativePath>../pom.xml</relativePath>
8 </parent>
9 <modelVersion>4.0.0</modelVersion>
10 <groupId>eu.etaxonomy</groupId>
11 <artifactId>cdmlib-print</artifactId>
12 <packaging>jar</packaging>
13 <name>CDM Print Publisher</name>
14 <description>EDIT CDM Print Publishing Framework</description>
15
16 <developers>
17 <developer>
18 <!-- your SVN account id please! -->
19 <id>n.hoffmann</id>
20 <name>
21 Niels Hoffmann
22 </name>
23 <email>n.hoffmann [at] bgbm.org</email>
24 <organization>
25 Botanic Garden Botanical Museum Berlin
26 </organization>
27 <organizationUrl>https://www.bgbm.org/en/biodiversity-informatics</organizationUrl>
28 <timezone>+1</timezone>
29 <roles>
30 <role>Java Developer</role>
31 </roles>
32 </developer>
33 </developers>
34 <dependencies>
35 <dependency>
36 <groupId>eu.etaxonomy</groupId>
37 <artifactId>cdmlib-remote</artifactId>
38 </dependency>
39 <dependency>
40 <groupId>org.apache.xmlgraphics</groupId>
41 <artifactId>fop</artifactId>
42 </dependency>
43 <dependency>
44 <groupId>javax.servlet</groupId>
45 <artifactId>javax.servlet-api</artifactId>
46 <scope>provided</scope>
47 </dependency>
48 <dependency>
49 <groupId>org.odftoolkit</groupId>
50 <artifactId>odfdom-java</artifactId>
51 </dependency>
52 <dependency>
53 <groupId>net.sf.saxon</groupId>
54 <artifactId>Saxon-HE</artifactId>
55 </dependency>
56 <dependency>
57 <groupId>org.apache.httpcomponents</groupId>
58 <artifactId>httpmime</artifactId>
59 </dependency>
60 <dependency>
61 <groupId>org.json</groupId>
62 <artifactId>json</artifactId>
63 </dependency>
64 </dependencies>
65 </project>