Repository: camel Updated Branches: refs/heads/camel-2.20.x 82d77149a -> 854f462c0
CAMEL-11894: camel-karaf-commands deployment failed on karaf 4.0 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/854f462c Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/854f462c Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/854f462c Branch: refs/heads/camel-2.20.x Commit: 854f462c03ff77b5eef1e68055ab0f3b8993ecf0 Parents: 82d7714 Author: Frédérik Rouleau <froul...@prosodie.com> Authored: Wed Oct 11 10:39:53 2017 +0200 Committer: Andrea Cosentino <anco...@gmail.com> Committed: Thu Oct 12 10:31:54 2017 +0200 ---------------------------------------------------------------------- platforms/karaf/commands/pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/854f462c/platforms/karaf/commands/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/karaf/commands/pom.xml b/platforms/karaf/commands/pom.xml index 10c0806..83a61f0 100644 --- a/platforms/karaf/commands/pom.xml +++ b/platforms/karaf/commands/pom.xml @@ -84,8 +84,7 @@ <instructions> <Import-Package> !org.apache.felix.utils.properties, - org.apache.karaf.shell.api.action;version="[4,5)", - org.apache.karaf.shell.support.completers;version="[4,5)", + org.apache.karaf.shell.*;version="[4,5)", org.slf4j.*;version="[1.6,2)", * </Import-Package>