Re: [Geotools-gt2-users] Maven Unable to Resolve

2018-04-14 Thread Andrea Aime
Hi Freddie, thanks for sharing, it's now archived and going to be useful to others too Cheers Andrea On Fri, Apr 13, 2018 at 9:31 PM, Freddie Poser wrote: > Hi, > > Thanks. After digging through that thread I found the work around for > this: disable gigahorse with the line: > > updateOptions :

Re: [Geotools-gt2-users] Maven Unable to Resolve

2018-04-13 Thread Freddie Poser
Hi, Thanks. After digging through that thread I found the work around for this: disable gigahorse with the line: updateOptions := updateOptions.value.withGigahorse(false) Best, Freddie On Fri, 13 Apr 2018 at 19:11 Andrea Aime wrote: > Hi, > seems the same as what was discussed in this thread

Re: [Geotools-gt2-users] Maven Unable to Resolve

2018-04-13 Thread Andrea Aime
Hi, seems the same as what was discussed in this thread: https://sourceforge.net/p/geotools/mailman/message/36238847/ Long story short, we don't experience it (because we don't use sbt) and don't know how to fix it. If this is hitting enough people, try coordinating with each other, figure out whe

[Geotools-gt2-users] Maven Unable to Resolve

2018-04-13 Thread Freddie Poser
Hi, I am new to GeoTools and I am trying to use it with scala. I keep getting an error in trying to download the library: https://gist.github.com/vogon101/b1a566b65e3c3b18f91d2f19cb0c2737 How can I go about resolving this? Best wishes, Freddie ---