From f70723bd68cd28a886199a0c48884fa7081710ca Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Tue, 21 May 2019 13:03:41 +0200 Subject: [PATCH] Upgrade to new version of JTS, with all kinds of horrible repercussions --- pom.xml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 35c457b..5b0ee8b 100755 --- a/pom.xml +++ b/pom.xml @@ -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> -- GitLab