ref #4311 Increase size of collectorTitleCache to 800 in update script
[cdmlib.git] / cdmlib-ext / pom.xml
index 3d72e6cd5dd818d6f3dc0c2bf7dfe2f0fa99cc3d..dd31cbf4a6d880be6eb6b588f7ca49d8906905f7 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>eu.etaxonomy</groupId>
     <artifactId>cdmlib-parent</artifactId>
-    <version>5.18.0-SNAPSHOT</version>
+    <version>5.25.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
       <artifactId>ezmorph</artifactId>
     </dependency>
     <dependency>
+      <!-- required by GbifJsonOccurrenceParser and KmlJaxbMarshallerTest) -->
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
     </dependency>
-    <dependency>
-      <groupId>com.taskadapter</groupId>
-      <artifactId>redmine-java-api</artifactId>
-    </dependency>
     <!-- GIS/KML -->
        <dependency>
            <groupId>de.micromata.jak</groupId>
                        <groupId>org.eclipse.emf</groupId>
                        <artifactId>org.eclipse.emf.ecore.xmi</artifactId>
                </exclusion>
+            <exclusion>
+                <!-- check if exclusion is ok, comes from jgridshift-core dependency, if remove exclusion make sure v8.0 is used, as otherwise version problems occurr in class javax.validation.Bootstrapconfiguration -->
+                <groupId>javax</groupId>
+                <artifactId>javaee-api</artifactId>
+            </exclusion>
            </exclusions>
        </dependency>
        <dependency>
@@ -93,6 +95,6 @@
            <groupId>org.geotools</groupId>
            <artifactId>gt-main</artifactId>
        </dependency>
-       </dependencies>
+  </dependencies>
 </project>