Hi, Im trying to run a maven build with the following dependencies:
<dependency> <groupId>org.geotools</groupId> <artifactId>gt-main</artifactId> <version>${geotools.version}</version> </dependency> <dependency> <groupId>org.geotools</groupId> <artifactId>gt-render</artifactId> <version>${geotools.version}</version> </dependency> And geotools version: <geotools.version>20.1</geotools.version> But the build (mvn clean install) failes due to: Failure to find it.geosolutions.imageio-ext:imageio-ext-tiff:jar:1.1.27 in [our internal virtual osgeo.org repo] What repository is recommended for resolving gt-render dependency? I can see that older versions of imageio-ext-tiff are available on osgeo.org but not the version 1.1.27. Shouldn't the repo http://download.osgeo.org/webdav/geotools/ suffice? Thanks and Regards, Stefan
_______________________________________________ GeoTools-GT2-Users mailing list GeoTools-GT2-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users