spdx / Spdx-Java-Library

Java library which implements the Java object model for SPDX and provides useful helper functions
Apache License 2.0
32 stars 33 forks source link

move slf4j implementation to test scope #188

Closed Gr33ndev closed 11 months ago

Gr33ndev commented 11 months ago

sorry, I saw this too late: the library should not force ANY implementation it's up to the library user to choose what logging implementation he uses:

  • Maven uses something
  • someone else in another runtime context will choose another implementation

in the context of the library, perhaps setting an implementation with a test scope can make sense

After this discussion in my last PR #185 here is the requested change.

Gr33ndev commented 11 months ago

You‘re welcome!