Updated countries #3238
[cdmlib.git] / cdmlib-print / pom.xml
index c259b1a8ac0b2454a2de4abb9ae39b95c883bc65..b68182f2a7b457489008b9857598ced71e03aacd 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <artifactId>cdmlib-parent</artifactId>
                <groupId>eu.etaxonomy</groupId>
-               <version>3.1.4-SNAPSHOT</version>
+               <version>3.3.4-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.11</version>
-                       <scope>test</scope>
                </dependency>
                <dependency>
                        <groupId>org.odftoolkit</groupId>
-                       <artifactId>odfdom</artifactId> <!-- isn't this odfdom-java ?? -->
-                       <version>0.8.6</version>
+                       <artifactId>odfdom-java</artifactId>
                </dependency>
                <dependency>
                        <groupId>org.jdom</groupId>
                        <artifactId>jdom</artifactId>
-                       <version>1.1.3</version>
                </dependency>
-       </dependencies>
+               <dependency>
+                       <groupId>net.sf.saxon</groupId>
+                       <artifactId>Saxon-HE</artifactId>
+               </dependency>
+                               <dependency>
+                       <groupId>org.apache.httpcomponents</groupId>
+                       <artifactId>httpmime</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.json</groupId>
+                       <artifactId>json</artifactId>
+               </dependency>
+
+
+               </dependencies>
 </project>