Skip to content
Snippets Groups Projects
Commit f70723bd authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Upgrade to new version of JTS, with all kinds of horrible repercussions

parent 23e9c3c1
Branches
Tags
2 merge requests!2Develop,!1Ny server 2019
......@@ -9,7 +9,17 @@
<name>VIPSCore</name>
<url>http://maven.apache.org</url>
<repositories>
<repository>
<id>bedatadriven</id>
<name>bedatadriven public repo</name>
<url>https://nexus.bedatadriven.com/content/groups/public/</url>
</repository>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.reflections</groupId>
......@@ -30,7 +40,7 @@
<dependency>
<groupId>com.bedatadriven</groupId>
<artifactId>jackson-datatype-jts</artifactId>
<version>2.2</version>
<version>2.4</version>
<type>jar</type>
</dependency>
<dependency>
......@@ -143,7 +153,7 @@
<groupId>external.lib</groupId>
<artifactId>json-simple</artifactId>
<version>1.1</version>
</dependency>
</dependency>
</dependencies>
<build>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment