Repository: karaf
Updated Branches:
  refs/heads/karaf-4.1.x 9d1372e9a -> e260b8c83


[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/e260b8c8
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/e260b8c8
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/e260b8c8

Branch: refs/heads/karaf-4.1.x
Commit: e260b8c8311dd4957a56009d258e128570ce38e3
Parents: 9d1372e
Author: Guillaume Nodet <[email protected]>
Authored: Wed Jun 7 14:38:50 2017 +0200
Committer: Guillaume Nodet <[email protected]>
Committed: Wed Jun 7 14:47:58 2017 +0200

----------------------------------------------------------------------
 shell/console/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/e260b8c8/shell/console/pom.xml
----------------------------------------------------------------------
diff --git a/shell/console/pom.xml b/shell/console/pom.xml
index 3bfa645..bcdd126 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>

Reply via email to