[ 
https://issues.apache.org/jira/browse/CAMEL-4659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13148382#comment-13148382
 ] 

Claus Ibsen commented on CAMEL-4659:
------------------------------------

A patch
{code}
Index: pom.xml
===================================================================
--- pom.xml     (revision 1200770)
+++ pom.xml     (working copy)
@@ -71,7 +71,7 @@
           <instructions>
             <Import-Package>
               org.apache.felix.service.command,
-              org.apache.felix.gogo.commands,
+              org.apache.felix.gogo.commands;version="[0.6,1)",
               org.apache.karaf.shell.console,
               *
             </Import-Package>
{code}
                
> Open the range when importing org.apache.fe lix.gogo.commands package
> ---------------------------------------------------------------------
>
>                 Key: CAMEL-4659
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4659
>             Project: Camel
>          Issue Type: Bug
>          Components: karaf
>    Affects Versions: 2.8.2
>            Reporter: Guillaume Nodet
>             Fix For: 2.8.3, 2.9.0
>
>
> We need to import the package with [0.6,1) instead of [0.10,1) to be able to 
> deploy on oder karaf versions (< 2.2.4)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to