DiceTechnology / dice-where

IP to Location lookup library
MIT License
3 stars 0 forks source link

Remove Logback dependency from downloader-lib #77

Closed mpontes closed 4 years ago

mpontes commented 4 years ago

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.