Project

General

Profile

Download (2.44 KB) Statistics
| Branch: | Tag: | Revision:
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>4.2.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
  <scm>
16
    <connection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-print/</connection>
17
    <developerConnection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-print/</developerConnection>
18
    <url>http://dev.e-taxonomy.eu/trac/browser/trunk/cdmlib/cdmlib-print/</url>
19
  </scm>
20
  <developers>
21
    <developer>
22
      <!-- your SVN account id please! -->
23
      <id>n.hoffmann</id>
24
      <name>
25
				Niels Hoffmann
26
			</name>
27
      <email>n.hoffmann [at] bgbm.org</email>
28
      <organization>
29
				Botanic Garden Botanical Museum Berlin
30
			</organization>
31
      <organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
32
      <timezone>+1</timezone>
33
      <roles>
34
        <role>Java Developer</role>
35
      </roles>
36
      <url>http://www.bgbm.org/bgbm/staff/wiss/HoffmannN/default.htm</url>
37
    </developer>
38
  </developers>
39
  <dependencies>
40
    <dependency>
41
      <groupId>eu.etaxonomy</groupId>
42
      <artifactId>cdmlib-remote</artifactId>
43
    </dependency>
44
    <dependency>
45
      <groupId>xerces</groupId>
46
      <artifactId>xercesImpl</artifactId>
47
    </dependency>
48
    <dependency>
49
      <groupId>org.apache.xmlgraphics</groupId>
50
      <artifactId>fop</artifactId>
51
    </dependency>
52
    <dependency>
53
      <groupId>javax.servlet</groupId>
54
      <artifactId>javax.servlet-api</artifactId>
55
      <scope>provided</scope>
56
    </dependency>
57
    <dependency>
58
      <groupId>org.odftoolkit</groupId>
59
      <artifactId>odfdom-java</artifactId>
60
    </dependency>
61
    <dependency>
62
      <groupId>net.sf.saxon</groupId>
63
      <artifactId>Saxon-HE</artifactId>
64
    </dependency>
65
    <dependency>
66
      <groupId>org.apache.httpcomponents</groupId>
67
      <artifactId>httpmime</artifactId>
68
    </dependency>
69
    <dependency>
70
      <groupId>org.json</groupId>
71
      <artifactId>json</artifactId>
72
    </dependency>
73
  </dependencies>
74
</project>
(3-3/3)