tinylog-org / tinylog

tinylog is a lightweight logging framework for Java, Kotlin, Scala, and Android
https://tinylog.org
Apache License 2.0
699 stars 82 forks source link

Can the animal-sniffer-annotations dependency scope be changed to "provided" on tinylog-impl? #326

Closed rsribeiro closed 1 year ago

rsribeiro commented 1 year ago

I was having trouble using tinylog in a modular java application because of this dependency, whose scope is set as "compile" in tinylog-impl's pom.xml.

My problems were over once I forced the dependency to the "provided" scope. Since my application is small I don't know if this would have unintended side effects to bigger applications that use more features and programs in older java verions

pmwmedia commented 1 year ago

I will change the scope in tinylog 3.6.0-M2