Remove the Logback dependency from dice-where-downloader-lib and move it to the final downloader artifact (dice-where-downloader). Libraries should depend only on SLF4J and not on Logback; this is to allow the consumer of the library to use the logging library of their own choice.
This will also fix issues with using dice-where-downloader-lib from, eg, older versions of Dropwizard that use older versions of Logback.
Remove the Logback dependency from
dice-where-downloader-lib
and move it to the final downloader artifact (dice-where-downloader
). Libraries should depend only on SLF4J and not on Logback; this is to allow the consumer of the library to use the logging library of their own choice.This will also fix issues with using
dice-where-downloader-lib
from, eg, older versions of Dropwizard that use older versions of Logback.