Open ssindelar opened 5 years ago
The POM includes a dependency for slf4j-simple. Using the addon causes a transitive dependency on slf4j-simple. Which will result in a broken SLF4J (application not starting) when any other slf4j binding (e.g. logback) is used.
For now you can exclude it by using the dependency management of you choice. I will fix it in the next release.
The POM includes a dependency for slf4j-simple. Using the addon causes a transitive dependency on slf4j-simple. Which will result in a broken SLF4J (application not starting) when any other slf4j binding (e.g. logback) is used.