Skip to content

Commit ebbda0d

Browse files
committed
Keep using ogr modules published to snapshot
1 parent bae280f commit ebbda0d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pom.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,12 @@
275275
<dependency>
276276
<groupId>org.geotools</groupId>
277277
<artifactId>gt-ogr-jni</artifactId>
278-
<version>${gt.version}</version>
278+
<version>20-SNAPSHOT</version>
279279
<exclusions>
280+
<exclusion>
281+
<groupId>org.geotools</groupId>
282+
<artifactId>gt-data</artifactId>
283+
</exclusion>
280284
<exclusion>
281285
<groupId>org.gdal</groupId>
282286
<artifactId>gdal</artifactId>
@@ -493,7 +497,7 @@
493497
</plugins>
494498
</reporting>
495499
<properties>
496-
<gt.version>20-SNAPSHOT</gt.version>
500+
<gt.version>20.0</gt.version>
497501
</properties>
498502
<name>geoscript groovy</name>
499503
<description>A groovy implementation of geoscript.</description>

0 commit comments

Comments
 (0)