fix some XML Validations
[cdmlib.git] / cdmlib-ext / pom.xml
index fa889ce20f679646cf9376363b98bd78b310893e..4e8e1c391c3f5b53fb31d60058ee55aafd2cf80d 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>eu.etaxonomy</groupId>
     <artifactId>cdmlib-parent</artifactId>
-    <version>5.32.0-SNAPSHOT</version>
+    <version>5.40.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
     <!-- GIS/KML -->
        <dependency>
            <groupId>de.micromata.jak</groupId>
-           <artifactId>JavaAPIforKml</artifactId>
+        <!-- new groupID uk.m0nom does not work yet on jenkins, saying class Klm was not found for whatever reason; locally it works -->
+           <!-- new groupId is better as it references a more recent jaxb version -->
+        <!-- it is probably a Java 11 issue, so try again after upgrade -->
+        <artifactId>JavaAPIforKml</artifactId>
         <exclusions>
           <!-- need to exclude jaxb-impl since it depends on an old version  -->
           <exclusion>