As with OSGI-65 some of slf4j dependencies are moved to the root pom. Nothing wrong with this but the dependencies are not mentioning any scope, meaning that default will get a compile scope. This also means that all the bundles will get the jcl104-over-slf4j-1.3.0.jar, slf4j-api-1.3.0.jar into the jar. And I'm pretty sure that this is not desired.
Description
As with OSGI-65 some of slf4j dependencies are moved to the root pom. Nothing wrong with this but the dependencies are not mentioning any scope, meaning that default will get a compile scope. This also means that all the bundles will get the jcl104-over-slf4j-1.3.0.jar, slf4j-api-1.3.0.jar into the jar. And I'm pretty sure that this is not desired.