mmornati / springboot-osgi-sample

OSGi framework integrated into SpringBoot application
Apache License 2.0
38 stars 18 forks source link

fix: slf4j dependency fix #7

Closed mmornati closed 3 years ago

mmornati commented 3 years ago

Thanks to @juergen-albert there is no need to add the "core" libs (like slf4j) into the bundles jar. Everything available within the core classpath is automatically exported during the build phase by the bnd maven plugin.