eurostat / searoute

Compute shortest maritime routes between ports
European Union Public License 1.2
157 stars 33 forks source link

Dependency issue - build broke #32

Closed JCaye closed 4 years ago

JCaye commented 4 years ago

Hi, thanks for sharing this repository, this is awesome!

I'm trying to run mvn clean install and am getting this error:

[ERROR] Failed to execute goal on project searoute: Could not resolve dependencies for project eu.europa.ec.eurostat:searoute:war:1.3-SNAPSHOT: The following artifacts could not be resolved: org.geotools:gt-main:jar:22.3, org.geotools:gt-graph:jar:22.3, org.geotools:gt-shapefile:jar:22.3, org.geotools:gt-cql:jar:22.3, org.geotools:gt-referencing:jar:22.3, org.geotools:gt-epsg-hsql:jar:22.3, org.geotools:gt-epsg-extension:jar:22.3, org.geotools:gt-geojson:jar:22.3, org.geotools:gt-render:jar:22.3, org.geotools:gt-swing:jar:22.3, org.geotools:gt-brewer:jar:22.3, org.geotools:gt-geopkg:jar:22.3: Failure to find org.geotools:gt-main:jar:22.3 in http://download.osgeo.org/webdav/geotools/ was cached in the local repository, resolution will not be reattempted until the update interval of osgeo has elapsed or updates are forced

Btw, your docs seem to be outdated, the root of the project no longer contains you pom.xml. (I also tried installing the project version at commit b98dc243a789e34dafb047e480de35d401a22cf5, just in case. Same error).

Cheers!