add UpdateResult and make DeleteResult a subclass
[cdmlib.git] / cdmlib-commons / pom.xml
index 001c89542fda29cfd125f93f166c6ef7ef930d57..4e46d36db8a17d7b6917239812059df0e0b8d175 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>eu.etaxonomy</groupId>
     <artifactId>cdmlib-parent</artifactId>
-    <version>3.1.4-SNAPSHOT</version>
+    <version>3.4.1-SNAPSHOT</version>
        <relativePath>../pom.xml</relativePath>
   </parent>
   
       <groupId>org.apache.poi</groupId>
       <artifactId>poi</artifactId>
     </dependency>
-    
+       <dependency>
+               <groupId>org.apache.poi</groupId>
+               <artifactId>poi-ooxml-schemas</artifactId>
+       </dependency>
+       <dependency>
+               <groupId>org.apache.poi</groupId>
+               <artifactId>poi-ooxml</artifactId>
+       </dependency>
        <dependency>
           <groupId>commons-lang</groupId>
           <artifactId>commons-lang</artifactId>