WikiWatershed / mmw-geoprocessing

A Spark Job Server job for Model My Watershed geoprocessing.
Apache License 2.0
6 stars 6 forks source link

Update OpenGeo repository endpoint for GDAL dependency #12

Closed hectcastro closed 8 years ago

hectcastro commented 8 years ago

The previous OpenGeo repository endpoint redirect to the one referenced now, but sbt does not appear to follow the redirect. In order to get things working, I just replaced the repository endpoint with the redirect destination.


Testing

In order to test, remove your local Ivy cache (~/.ivy2) and attempt to execute the project test suite:

$ ./sbt test
jamesmcclain commented 8 years ago

:+1: Was able to build the project after removing my ~/.ivy2 directory and tests passed.