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
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