[Lada-commits] [PATCH 1 of 2] With Java 7 we have to use the 14.x-branch of GeoTools

Wald Commits scm-commit at wald.intevation.org
Thu Dec 1 16:36:36 CET 2016


# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1480606463 -3600
# Node ID 530a33fffa28b0ab7341ed51d0b235350a81d5ac
# Parent  7f4c473e78560f2f0150306ad2c79a584d5fdb2d
With Java 7 we have to use the 14.x-branch of GeoTools.

diff -r 7f4c473e7856 -r 530a33fffa28 pom.xml
--- a/pom.xml	Thu Dec 01 12:25:20 2016 +0100
+++ b/pom.xml	Thu Dec 01 16:34:23 2016 +0100
@@ -131,19 +131,19 @@
         <dependency>
             <groupId>org.geotools</groupId>
             <artifactId>gt-referencing</artifactId>
-            <version>15.1</version>
+            <version>14.5</version>
         </dependency>
 
         <dependency>
             <groupId>org.geotools</groupId>
             <artifactId>gt-epsg-hsql</artifactId>
-            <version>15.1</version>
+            <version>14.5</version>
         </dependency>
 
         <dependency>
             <groupId>org.geotools</groupId>
             <artifactId>gt-main</artifactId>
-            <version>15.1</version>
+            <version>14.5</version>
         </dependency>
 
         <!-- Logging -->


More information about the Lada-commits mailing list