ukwa / webarchive-discovery

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

Force older slf4j only where necessary #243

Open anjackson opened 3 years ago

anjackson commented 3 years ago

Currently this is a global override:

<slf4j.version.override>1.5.11</slf4j.version.override> <!-- last version compatible with ancient Hadoop -->

But this is only needed for our Hadoop JARs.

(following #240)