fix #9429 fix duplicated sec-detail in taxon cachestrategy
[cdmlib.git] / cdmlib-ext / pom.xml
index 958b3d8f1e29ad8e7422eb19bb38363fe67e8da7..3647596a1fd49c04f2ae172575a4452819ffd710 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>eu.etaxonomy</groupId>
     <artifactId>cdmlib-parent</artifactId>
-    <version>5.15.0-SNAPSHOT</version>
+    <version>5.20.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>