ref #9359 revert upgrading of JavaAPIforKml
authorAndreas Müller <a.mueller@bgbm.org>
Mon, 25 Jul 2022 20:46:22 +0000 (22:46 +0200)
committerAndreas Müller <a.mueller@bgbm.org>
Mon, 25 Jul 2022 20:46:22 +0000 (22:46 +0200)
cdmlib-ext/pom.xml
pom.xml

index 87bac7c6878fff39c3498b435b4c20515edf6d1a..fa889ce20f679646cf9376363b98bd78b310893e 100644 (file)
     </dependency>
     <!-- GIS/KML -->
        <dependency>
-           <!-- OLD: <groupId>de.micromata.jak</groupId> -->
-           <groupId>uk.m0nom</groupId>
+           <groupId>de.micromata.jak</groupId>
            <artifactId>JavaAPIforKml</artifactId>
         <exclusions>
           <!-- need to exclude jaxb-impl since it depends on an old version  -->
-                 <!-- not sure if this is still true since we moved to uk.m0nom version -->
           <exclusion>
             <groupId>com.sun.xml.bind</groupId>
             <artifactId>jaxb-impl</artifactId>
-                 </exclusion>
+          </exclusion>
+          <exclusion>
+            <groupId>com.sun.xml.bind</groupId>
+            <artifactId>jaxb-xjc</artifactId>
+          </exclusion>
         </exclusions>
        </dependency>
        <dependency>
diff --git a/pom.xml b/pom.xml
index 0b242416c840b6ba6990d149da86391b31f26e4d..efb52463f17c3566de55e6d29033da93546dcbf2 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         </dependency>   -->      
       <!-- GIS/KML -->
          <dependency>
-        <!-- <groupId>de.micromata.jak</groupId> -->
-        <groupId>uk.m0nom</groupId>
+            <groupId>de.micromata.jak</groupId>
             <artifactId>JavaAPIforKml</artifactId>
-            <version>3.0.1</version>
+            <version>2.2.1</version>
          </dependency>
          <dependency>
            <groupId>org.geotools</groupId>