It appears that the POM for the library still includes SLF4J as a dependency even though I cannot see an actual import that refers to it in any of the Java source files.
This causes some wonkiness when trying to use the library in an OSGi environment as it automatically generates an import for the SLF4J packages--unnecessarily.
It appears that the POM for the library still includes SLF4J as a dependency even though I cannot see an actual import that refers to it in any of the Java source files.
This causes some wonkiness when trying to use the library in an OSGi environment as it automatically generates an import for the SLF4J packages--unnecessarily.