cyverse-de / terrain

DE's main API entry-point service
Other
4 stars 9 forks source link

DD-18: added a direct dependency on the slf4j API #282

Closed slr71 closed 8 months ago

slr71 commented 8 months ago

A newer version of slf4j-api was being included by a transitive dependency, which broke logging. I added the explicit dependency to fix logging until we can officially migrate to the newer version.

slr71 commented 8 months ago

I'm going to merge this immediately. Reviews are still welcome, though.