cleanup CdmIoBase
[cdmlib.git] / cdmlib-print / pom.xml
index b9ca39c91deb013b9d2f9a2d72cb068979632107..10510edb466e0d4109c35aa0b1a3e5663a559b57 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <artifactId>cdmlib-parent</artifactId>
                <groupId>eu.etaxonomy</groupId>
-               <version>3.1.3-SNAPSHOT</version>
+               <version>3.3.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <modelVersion>4.0.0</modelVersion>
                <dependency>
                        <groupId>xerces</groupId>
                        <artifactId>xercesImpl</artifactId>
-                       <version>2.9.1</version>
                </dependency>
                <dependency>
                        <groupId>org.apache.xmlgraphics</groupId>
                        <artifactId>fop</artifactId>
-                       <version>1.0</version>
                </dependency>
                <dependency>
                        <groupId>javax.servlet</groupId>
                        <artifactId>servlet-api</artifactId>
-                       <version>2.5</version>
-               </dependency>
-               <dependency>
-                       <groupId>junit</groupId>
-                       <artifactId>junit</artifactId>
-                       <version>4.8.1</version>
-                       <scope>test</scope>
                </dependency>
                <dependency>
                        <groupId>org.odftoolkit</groupId>
-                       <artifactId>odfdom</artifactId>
-                       <version>0.8.6</version>
+                       <artifactId>odfdom-java</artifactId>
                </dependency>
                <dependency>
-                       <groupId>jdom</groupId>
+                       <groupId>org.jdom</groupId>
                        <artifactId>jdom</artifactId>
-                       <version>1.0</version>
                </dependency>
        </dependencies>
 </project>