updating poms for 5.42.0-SNAPSHOT development
[cdmlib.git] / cdmlib-ext / pom.xml
index bdf8e0bfd85314f3f7deb8350069ef0a276482ac..c07331d1bdda5e8370c4c43cafe1603d7ff83a74 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>eu.etaxonomy</groupId>
     <artifactId>cdmlib-parent</artifactId>
-    <version>5.28.0-SNAPSHOT</version>
+    <version>5.42.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
       <artifactId>cdmlib-test</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.apache.httpcomponents</groupId>
-      <artifactId>httpclient</artifactId>
-    </dependency>
     <dependency>
       <groupId>net.sf.json-lib</groupId>
       <artifactId>json-lib</artifactId>
+      <!-- classifier required as json-lib exists on maven central as json-lib-2.4-jdk15.jar and xxx-jdk13.jar, see 9887 -->
       <classifier>jdk15</classifier>
     </dependency>
     <dependency>
     <!-- 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>