Skip to content

Commit

Permalink
Use local copy of Java API for KML until they can update Maven
Browse files Browse the repository at this point in the history
  • Loading branch information
PhotoKevin committed Aug 3, 2023
1 parent c8cce4e commit b8178eb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
<packaging>jar</packaging>
<dependencies>
<!-- https://mvnrepository.com/artifact/de.micromata.jak/JavaAPIforKml -->
<dependency>
<groupId>de.micromata.jak</groupId>
<artifactId>JavaAPIforKml</artifactId>
<version>2.2.1</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-svggen -->
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
Expand Down Expand Up @@ -51,6 +46,11 @@
<version>1.14</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>de.micromata.jak</groupId>
<artifactId>JavaAPIforKml</artifactId>
<version>2.3.0-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
<pluginManagement>
Expand Down

0 comments on commit b8178eb

Please sign in to comment.