You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2017/10/12 08:30:46 UTC

camel git commit: CAMEL-11894: camel-karaf-commands deployment failed on karaf 4.0

Repository: camel
Updated Branches:
  refs/heads/camel-2.19.x 7c66b9fd8 -> d05005750


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

Branch: refs/heads/camel-2.19.x
Commit: d05005750d137576b3b7bcb3387eeab999a1067d
Parents: 7c66b9f
Author: Frédérik Rouleau <fr...@prosodie.com>
Authored: Wed Oct 11 10:39:53 2017 +0200
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Thu Oct 12 10:30:13 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/d0500575/platforms/karaf/commands/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/karaf/commands/pom.xml b/platforms/karaf/commands/pom.xml
index 4c09d20b..6e59de0 100644
--- a/platforms/karaf/commands/pom.xml
+++ b/platforms/karaf/commands/pom.xml
@@ -78,8 +78,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>