You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the explicitly specified, but out dated,
'Bundle-RequiredExecutionEnvironment: JavaSE-1.6' entry and let the
maven-bundle-plugin instead add a automatically computed ee-requirement
(therefore remove the '_noee' instruction). This ensures the
OSGi-ExecutionEnvironment metadata are always up to date.
Remove all other explicitly configuration that can be derived
automatically and is not necessary, like more Import-Package values or
'_failok'.
Some of the explicitly imported packages are not even referenced in the
code.
Fixes https://jira.qos.ch/browse/LOGBACK-1728
Signed-off-by: Hannes Wellmann <[email protected]>
0 commit comments