diff --git a/build.gradle b/build.gradle index c76a66e..d46811e 100755 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ dependencies { compile "org.springframework.boot:spring-boot-starter-web" compile "org.springframework.boot:spring-boot-starter-thymeleaf" compile 'org.codehaus.groovy:groovy-all:2.4.6' - compile("org.geoscript:geoscript-groovy:1.7-SNAPSHOT") { + compile("org.geoscript:geoscript-groovy:1.7.0") { exclude module: "gt-shapefile" exclude module: "gt-jdbc-postgis" exclude module: "gt-jdbc-h2"