Skip to content

Commit 714fa88

Browse files
committed
HTM-1852: Bump to GeoTools 35-SNAPSHOT and introduce commons-codec as a dependency which was used transitively
Add OSGeo snapshot repository (temporarily) Remove duplicate commons-codec dependency Removed duplicate commons-codec dependency from pom.xml.
1 parent 2fa3561 commit 714fa88

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ SPDX-License-Identifier: MIT
102102
<maven.compiler.release>${java.version}</maven.compiler.release>
103103
<maven-compiler-plugin.version>3.12.1</maven-compiler-plugin.version>
104104
<project.build.outputTimestamp>2026-03-06T10:33:43Z</project.build.outputTimestamp>
105-
<geotools.version>34.3</geotools.version>
105+
<geotools.version>35-SNAPSHOT</geotools.version>
106106
<jts.version>1.20.0</jts.version>
107107
<okhttp.version>5.3.2</okhttp.version>
108108
<greenmail.version>2.1.8</greenmail.version>
@@ -660,6 +660,14 @@ SPDX-License-Identifier: MIT
660660
<name>Releases hosted by OSGeo</name>
661661
<url>https://repo.osgeo.org/repository/release/</url>
662662
</repository>
663+
<repository>
664+
<snapshots>
665+
<enabled>true</enabled>
666+
</snapshots>
667+
<id>OSGeoSNAPS</id>
668+
<name>Snapshots hosted by OSGeo</name>
669+
<url>https://repo.osgeo.org/repository/snapshot/</url>
670+
</repository>
663671
</repositories>
664672
<pluginRepositories />
665673
<build>

0 commit comments

Comments
 (0)