ref #9541 further improve referencing object handling
[cdmlib.git] / cdmlib-commons / pom.xml
index 3569be41bbecf9bb38d196493bd3b2e0375d06a3..9f115d1233b3e105b83478167d7149427aac489a 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>eu.etaxonomy</groupId>
     <artifactId>cdmlib-parent</artifactId>
-    <version>5.5.2</version>
+    <version>5.22.0-SNAPSHOT</version>
        <relativePath>../pom.xml</relativePath>
   </parent>
   
   <description>EDIT CDM library - Commons</description>
   
   <dependencies>
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
@@ -33,7 +37,9 @@
       <artifactId>poi</artifactId>
     </dependency>
        <dependency>
-               <groupId>org.apache.poi</groupId>
+               <!-- ## see https://poi.apache.org/help/faq.html  
+           question 3 on when to use ooxml-schemas and when poi-ooxml-schemas-->
+        <groupId>org.apache.poi</groupId>
                <artifactId>poi-ooxml-schemas</artifactId>
        </dependency>
        <dependency>
         <artifactId>commons-lang3</artifactId>
        </dependency>
 
-
     <!--  ImageMetadata  -->
     
-    <!-- deprecated -->
-    <!--
     <dependency>
-    <groupId>org.devlib.schmidt</groupId>
-    <artifactId>imageinfo</artifactId>
-    <version>1.7</version>
-    </dependency>
-    -->
-    
-    <dependency>
-      <groupId>org.apache.sanselan</groupId>
-      <artifactId>sanselan</artifactId>
+        <groupId>org.apache.commons</groupId>
+        <artifactId>commons-imaging</artifactId>
     </dependency>
     
     <dependency>
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-module-apt</artifactId>
+      <exclusions>
+        <exclusion>
+            <!-- conflicts with guava, seems to be an early or light version of guava -->
+            <groupId>com.google.collections</groupId>
+            <artifactId>google-collections</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
@@ -78,4 +81,4 @@
     </dependency>
 
   </dependencies>
-</project>
\ No newline at end of file
+</project>