Hi Stefan,

Thanks but this doesn't seem to be the problem. This version of the library is 
not available on neither central nor the osgeo repository. I checked both of 
them 'by hand':

http://download.osgeo.org/webdav/geotools/it/geosolutions/imageio-ext/imageio-ext-tiff/

I managed to get it working by using the boundlessgeo repository:

https://repo.boundlessgeo.com/main/it/geosolutions/imageio-ext/imageio-ext-tiff/

I would rather just use the osgeo repository but I think that this is not 
possible as of now due to the missing libraries. Please correct me if I am 
wrong.

Regards,
Stefan

From: Stefan Ziegler [mailto:stefan.ziegler...@gmail.com]
Sent: Donnerstag, 6. Dezember 2018 10:43
To: Thöni Stefan, INI-DOS-DE-O2A (EXT) <stefan.thoe...@swisscom.com>; 
geotools-gt2-users@lists.sourceforge.net
Subject: Re: [Geotools-gt2-users] FW: Maven dependencies for gt-render on 
osgeo.org

Isn't it the thing with the order of the repos defined in the pom.xml? The 
osgeo-geotools repo should defined before maven central.

Regards
Stefan


________________________________
From: stefan.thoe...@swisscom.com<mailto:stefan.thoe...@swisscom.com>
Sent: Thursday, December 6, 2018 10:26 AM
To: 
geotools-gt2-users@lists.sourceforge.net<mailto:geotools-gt2-users@lists.sourceforge.net>
Subject: [Geotools-gt2-users] FW: Maven dependencies for gt-render on osgeo.org

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

Reply via email to