Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove export of obsolete/removed package 'org.slf4j.impl' in OSGi
Since SLF4J 2 the connection between SLFJ4 and its providers is established via the Service Loader mechanism, which is enabled in OSGi runtimes using a Service Loader Mediator. The package 'org.slf4j.impl' no longer exists in the logback-classic bundle and therefore can not and need no longer be exported. Fixes https://jira.qos.ch/browse/LOGBACK-1730 Signed-off-by: Hannes Wellmann <[email protected]>
- Loading branch information