ukwa / webarchive-discovery

WARC and ARC indexing and discovery tools.
https://github.com/ukwa/webarchive-discovery/wiki
113 stars 24 forks source link

Fix failing build with Maven 3.8.1 #267

Closed tokee closed 2 years ago

tokee commented 2 years ago

Like the rest of the World, Maven is moving away from http-without-the-s. See Maven 3.8.1 release notes.

The module warc-hadoop-recordreaders uses http://version99.qos.ch/ which makes the build fail under Maven 3.8.1. Luckily is also available with https, so the simple fix to change to https://version99.qos.ch/

Pull request incoming.