We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bae280f commit ebbda0dCopy full SHA for ebbda0d
pom.xml
@@ -275,8 +275,12 @@
275
<dependency>
276
<groupId>org.geotools</groupId>
277
<artifactId>gt-ogr-jni</artifactId>
278
- <version>${gt.version}</version>
+ <version>20-SNAPSHOT</version>
279
<exclusions>
280
+ <exclusion>
281
+ <groupId>org.geotools</groupId>
282
+ <artifactId>gt-data</artifactId>
283
+ </exclusion>
284
<exclusion>
285
<groupId>org.gdal</groupId>
286
<artifactId>gdal</artifactId>
@@ -493,7 +497,7 @@
493
497
</plugins>
494
498
</reporting>
495
499
<properties>
496
- <gt.version>20-SNAPSHOT</gt.version>
500
+ <gt.version>20.0</gt.version>
501
</properties>
502
<name>geoscript groovy</name>
503
<description>A groovy implementation of geoscript.</description>
0 commit comments