-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix LOGBACK-1728: Incorrect OSGi execution-environment requirements
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 <wellmann.hannes1@gmx.net>
- Loading branch information
1 parent
ed49e46
commit 52cf6cd
Showing
4 changed files
with
1 addition
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters