]> git.evergreen-ils.org Git - working/Hatch.git/commit
LP1858344 Make curl follow redirects to retrieve lib/json-20160810.jar
authorDan Scott <dan@coffeecode.net>
Sun, 5 Jan 2020 16:59:36 +0000 (11:59 -0500)
committerBill Erickson <berickxx@gmail.com>
Mon, 6 Jan 2020 21:52:31 +0000 (16:52 -0500)
commit8abc7a23a51769bf2696bc8bfb196af5bfb8343c
treed61bc0372a442c3d398dd7ec33766b4086613e2a
parentbaa7eaa49d450d1e1ed04a7204af6be6d521fd92
LP1858344 Make curl follow redirects to retrieve lib/json-20160810.jar

Maven redirects some requests to other servers, but unless curl is told
to follow redirects using the -L/--location flag, it will simply
download the HTML response for the HTTP 301 "Moved permanently" message,
breaking the ability to compile Hatch.

This commit adds the "-L" flag to the curl request for
lib/json-20160810.jar, resolving the issue.

Signed-off-by: Dan Scott <dan@coffeecode.net>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
fetch-deps.sh