diff --git a/pom.xml b/pom.xml index fca6f850814bf5ed66aa049ab62152794867e153..15abbcf676548f6e887af535fe8928c391d89a01 100755 --- a/pom.xml +++ b/pom.xml @@ -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>