[GIS] the correct URL to resolve GeoTools dependencis via Gradle

maven

I have a build process that was working correctly until last weekend when it suddenly was not able to find some libraries:

  • org.geotools:gt-xml:20.3
  • org.geotools:gt-opengis:20.3
  • org.geotools.jdbc:gt-jdbc-postgis:20.3

The list of repos I am currently using are these:

Is there a new official location for the GeoTools libraries ?

Please note this started failing during the last weekend (2020-04-11/12).

Best Answer

The repository had to be moved into new environment. The original plan of the GeoTools/GeoServer projects was to use redirections and make the move transparent for the users. Unfortunately maven redirections proofed to be unreliable.

Some links for reading:

http://geotoolsnews.blogspot.com/2020/04/change-to-maven-repositories.html https://www.osgeo.org/foundation-news/new-osgeo-repo/ https://docs.geotools.org/latest/userguide/welcome/upgrade.html