the taxon tree is now a mediawiki template, so we could delete the xsl template
[cdmlib.git] / cdmlib-print / pom.xml
index b2ec371c3d2a53a26c54623a5fedb008c12fc275..2c7e3194ed1f1ab88e6ed657f4e5f97feb51635f 100644 (file)
@@ -1,34 +1,55 @@
 <?xml version="1.0"?>
 <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">
        <parent>
-               <artifactId>printpublisher-parent</artifactId>
+               <artifactId>cdmlib-parent</artifactId>
                <groupId>eu.etaxonomy</groupId>
-               <version>1.0</version>
+               <version>3.2.0-SNAPSHOT</version>
+               <relativePath>../pom.xml</relativePath>
        </parent>
-       
        <modelVersion>4.0.0</modelVersion>
-       
        <groupId>eu.etaxonomy</groupId>
-       
-       <artifactId>printpublisher-core</artifactId>
-       
+       <artifactId>cdmlib-print</artifactId>
        <packaging>jar</packaging>
-               
-       <version>1.0-SNAPSHOT</version>
-       
-       <name>printpublisher-core</name>
-       
-       <url>http://maven.apache.org</url>
+       <name>CDM Print Publisher</name>
+       <description>EDIT CDM Print Publishing Framework</description>
+       <scm>
+               <connection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-print/</connection>
+               <developerConnection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-print/</developerConnection>
+               <url>http://dev.e-taxonomy.eu/trac/browser/trunk/cdmlib/cdmlib-print/</url>
+       </scm>
+       <developers>
+               <developer>
+                       <!-- your SVN account id please! -->
+                       <id>n.hoffmann</id>
+                       <name>
+                               Niels Hoffmann
+                       </name>
+                       <email>n.hoffmann [at] bgbm.org</email>
+                       <organization>
+                               Botanic Garden Botanical Museum Berlin
+                       </organization>
+                       <organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
+                       <timezone>+1</timezone>
+                       <roles>
+                               <role>Java Developer</role>
+                       </roles>
+                       <url>http://www.bgbm.org/bgbm/staff/wiss/HoffmannN/default.htm</url>
+               </developer>
+       </developers>
        <dependencies>
                <dependency>
                        <groupId>eu.etaxonomy</groupId>
                        <artifactId>cdmlib-remote</artifactId>
-                       <version>2.4</version>
+               </dependency>
+               <dependency>
+                       <groupId>xerces</groupId>
+                       <artifactId>xercesImpl</artifactId>
+                       <version>2.9.1</version>
                </dependency>
                <dependency>
                        <groupId>org.apache.xmlgraphics</groupId>
                        <artifactId>fop</artifactId>
-                       <version>0.95</version>
+                       <version>1.0</version>
                </dependency>
                <dependency>
                        <groupId>javax.servlet</groupId>
                <dependency>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
-                       <version>4.8.1</version>
+                       <version>4.11</version>
                        <scope>test</scope>
                </dependency>
                <dependency>
                        <groupId>org.odftoolkit</groupId>
-                       <artifactId>odfdom</artifactId>
-                       <version>0.8</version>
+                       <artifactId>odfdom</artifactId> <!-- isn't this odfdom-java ?? -->
+                       <version>0.8.6</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.jdom</groupId>
+                       <artifactId>jdom</artifactId>
+                       <version>1.1.3</version>
                </dependency>
        </dependencies>
 </project>