Closed SvenDowideit closed 6 years ago
Yep that's right. I'll sort that out. In the meantime add this to the top level pom.xml:
<repository>
<id>osgeo</id>
<name>Open Source Geospatial Foundation Repository</name>
<url>http://download.osgeo.org/webdav/geotools/</url>
</repository>
I removed this a little while ago because AMSA rejects many http loaded jars with overzealous security checking. Trouble is the https repo (boundless) is incomplete so we cached the missing ones in our private maven repository. Anyway, try adding the above repo and build again.
@SvenDowideit I've added it myself, just do a git pull
happy to build another release if needed once we know that it works.
Travis build is passing now.
@SvenDowideit I've added a branch 0.5.20.patched
which is 0.5.20 with the extra repository. Try that!
@davidmoten merci! it works - so long as i don't run mvn dependency:resolve
(yup, I'm not a java dev.... yet)
closing as works for me ;)
I have a Dockerfile that starts with:
and it consistently fails (in the same way as my Linux desktop):