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

Downgrading PostGIS-jdbc to 2.2.1 to fix dependency issue

parent c6a53d43
No related branches found
No related tags found
No related merge requests found
......@@ -123,13 +123,13 @@
<artifactId>JavaAPIforKml</artifactId>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>org.postgis</groupId>
<artifactId>postgis-jdbc</artifactId>
<version>2.2.2</version>
<scope>provided</scope>
<type>jar</type>
</dependency>
<!-- https://mvnrepository.com/artifact/net.postgis/postgis-jdbc -->
<dependency>
<groupId>net.postgis</groupId>
<artifactId>postgis-jdbc</artifactId>
<version>2.2.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment