Revision 88ddc14d
removed references to vaadin and updated servlet scope to provided
cdmlib-print/pom.xml | ||
---|---|---|
1 | 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.4.1-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> |
|
2 |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
3 |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
|
4 |
<parent> |
|
5 |
<artifactId>cdmlib-parent</artifactId> |
|
6 |
<groupId>eu.etaxonomy</groupId> |
|
7 |
<version>3.4.1-SNAPSHOT</version> |
|
8 |
<relativePath>../pom.xml</relativePath> |
|
9 |
</parent> |
|
10 |
<modelVersion>4.0.0</modelVersion> |
|
11 |
<groupId>eu.etaxonomy</groupId> |
|
12 |
<artifactId>cdmlib-print</artifactId> |
|
13 |
<packaging>jar</packaging> |
|
14 |
<name>CDM Print Publisher</name> |
|
15 |
<description>EDIT CDM Print Publishing Framework</description> |
|
16 |
<scm> |
|
17 |
<connection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-print/</connection> |
|
18 |
<developerConnection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-print/</developerConnection> |
|
19 |
<url>http://dev.e-taxonomy.eu/trac/browser/trunk/cdmlib/cdmlib-print/</url> |
|
20 |
</scm> |
|
21 |
<developers> |
|
22 |
<developer> |
|
23 |
<!-- your SVN account id please! --> |
|
24 |
<id>n.hoffmann</id> |
|
25 |
<name> |
|
25 | 26 |
Niels Hoffmann |
26 | 27 |
</name> |
27 |
<email>n.hoffmann [at] bgbm.org</email>
|
|
28 |
<organization>
|
|
28 |
<email>n.hoffmann [at] bgbm.org</email>
|
|
29 |
<organization>
|
|
29 | 30 |
Botanic Garden Botanical Museum Berlin |
30 | 31 |
</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>servlet-api</artifactId> |
|
55 |
</dependency> |
|
56 |
<dependency> |
|
57 |
<groupId>org.odftoolkit</groupId> |
|
58 |
<artifactId>odfdom-java</artifactId> |
|
59 |
</dependency> |
|
60 |
<dependency> |
|
61 |
<groupId>org.jdom</groupId> |
|
62 |
<artifactId>jdom</artifactId> |
|
63 |
</dependency> |
|
64 |
<dependency> |
|
65 |
<groupId>net.sf.saxon</groupId> |
|
66 |
<artifactId>Saxon-HE</artifactId> |
|
67 |
</dependency> |
|
68 |
<dependency> |
|
69 |
<groupId>org.apache.httpcomponents</groupId> |
|
70 |
<artifactId>httpmime</artifactId> |
|
71 |
</dependency> |
|
72 |
<dependency> |
|
73 |
<groupId>org.json</groupId> |
|
74 |
<artifactId>json</artifactId> |
|
75 |
</dependency> |
|
32 |
<organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl> |
|
33 |
<timezone>+1</timezone> |
|
34 |
<roles> |
|
35 |
<role>Java Developer</role> |
|
36 |
</roles> |
|
37 |
<url>http://www.bgbm.org/bgbm/staff/wiss/HoffmannN/default.htm</url> |
|
38 |
</developer> |
|
39 |
</developers> |
|
40 |
<dependencies> |
|
41 |
<dependency> |
|
42 |
<groupId>eu.etaxonomy</groupId> |
|
43 |
<artifactId>cdmlib-remote</artifactId> |
|
44 |
</dependency> |
|
45 |
<dependency> |
|
46 |
<groupId>xerces</groupId> |
|
47 |
<artifactId>xercesImpl</artifactId> |
|
48 |
</dependency> |
|
49 |
<dependency> |
|
50 |
<groupId>org.apache.xmlgraphics</groupId> |
|
51 |
<artifactId>fop</artifactId> |
|
52 |
</dependency> |
|
53 |
<dependency> |
|
54 |
<groupId>javax.servlet</groupId> |
|
55 |
<artifactId>javax.servlet-api</artifactId> |
|
56 |
<scope>provided</scope> |
|
57 |
</dependency> |
|
58 |
<dependency> |
|
59 |
<groupId>org.odftoolkit</groupId> |
|
60 |
<artifactId>odfdom-java</artifactId> |
|
61 |
</dependency> |
|
62 |
<dependency> |
|
63 |
<groupId>org.jdom</groupId> |
|
64 |
<artifactId>jdom</artifactId> |
|
65 |
</dependency> |
|
66 |
<dependency> |
|
67 |
<groupId>net.sf.saxon</groupId> |
|
68 |
<artifactId>Saxon-HE</artifactId> |
|
69 |
</dependency> |
|
70 |
<dependency> |
|
71 |
<groupId>org.apache.httpcomponents</groupId> |
|
72 |
<artifactId>httpmime</artifactId> |
|
73 |
</dependency> |
|
74 |
<dependency> |
|
75 |
<groupId>org.json</groupId> |
|
76 |
<artifactId>json</artifactId> |
|
77 |
</dependency> |
|
76 | 78 |
|
77 | 79 |
|
78 |
</dependencies>
|
|
80 |
</dependencies>
|
|
79 | 81 |
</project> |
Also available in: Unified diff