Repository: karaf Updated Branches: refs/heads/master c82d326ab -> 4cc53bb4b
[KARAF-5180] Work around the framework refresh by removing the Require-Capability header from shell-console Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/4cc53bb4 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/4cc53bb4 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/4cc53bb4 Branch: refs/heads/master Commit: 4cc53bb4b1dc25fbfc0dcac061a897506e453642 Parents: c82d326 Author: Guillaume Nodet <[email protected]> Authored: Wed Jun 7 14:38:50 2017 +0200 Committer: Guillaume Nodet <[email protected]> Committed: Wed Jun 7 14:38:50 2017 +0200 ---------------------------------------------------------------------- shell/console/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/4cc53bb4/shell/console/pom.xml ---------------------------------------------------------------------- diff --git a/shell/console/pom.xml b/shell/console/pom.xml index 876aac5..ddd3e07 100644 --- a/shell/console/pom.xml +++ b/shell/console/pom.xml @@ -193,6 +193,12 @@ <Main-Class> org.apache.karaf.shell.console.impl.Main </Main-Class> + <!-- + - Work around for KARAF-5180 / FELIX-5649 + --> + <_removeheaders> + Require-Capability + </_removeheaders> </instructions> <unpackBundle>true</unpackBundle> </configuration>
