knowm / XChange

XChange is a Java library providing a streamlined API for interacting with 60+ Bitcoin and Altcoin exchanges providing a consistent interface for trading and accessing market data.
http://knowm.org/open-source/xchange/
MIT License
3.86k stars 1.94k forks source link

[general] Define slf4j-api version #4879

Closed bigscoop closed 4 months ago

bigscoop commented 4 months ago

Defined the used version of log4j-api so that it is not overwritten via transitive dependencies

timmolter commented 4 months ago

you meant to write slf4j, I believe... Anyway, that wasn't defined? Weird.

bigscoop commented 4 months ago

ah, sure slf4j-api

bigscoop commented 4 months ago

my bad, I missed the already defined dependency in dependencyManagement section

good catch @timmolter :+1: