Updated countries #3238
[cdmlib.git] / cdmlib-print / pom.xml
index 5b42d0b4d8e0c931571eb38a0761f02728557dee..b68182f2a7b457489008b9857598ced71e03aacd 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <artifactId>cdmlib-parent</artifactId>
                <groupId>eu.etaxonomy</groupId>
-               <version>3.2.3-SNAPSHOT</version>
+               <version>3.3.4-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <modelVersion>4.0.0</modelVersion>
                        <groupId>javax.servlet</groupId>
                        <artifactId>servlet-api</artifactId>
                </dependency>
-               
-            <dependency>
-               <groupId>org.apache.odftoolkit</groupId>
-               <artifactId>simple-odf</artifactId>
-           </dependency>
+               <dependency>
+                       <groupId>org.odftoolkit</groupId>
+                       <artifactId>odfdom-java</artifactId>
+               </dependency>
                <dependency>
                        <groupId>org.jdom</groupId>
                        <artifactId>jdom</artifactId>
                </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>