appreciated / prism-element

<prisma-element> integration for Vaadin 10
Other
0 stars 0 forks source link

Transitive slf4j-simple dependency #2

Open ssindelar opened 5 years ago

ssindelar commented 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.

appreciated commented 5 years ago

For now you can exclude it by using the dependency management of you choice. I will fix it in the next release.