[
https://issues.apache.org/jira/browse/FELIX-5970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16726864#comment-16726864
]
Raymond Augé edited comment on FELIX-5970 at 12/21/18 4:14 PM:
---------------------------------------------------------------
Hey [~timothyjward] if you want to build commands then you have a requirement
you can use:
{code:java}
@org.osgi.annotation.bundle.Requirement(
namespace = "org.apache.felix.gogo",
name = "runtime.implementation"
){code}
So I'm not sure what the issue is.
was (Author: rotty3000):
Hey [~timothyjward] if you want to build commands then you have a requirement
you can use:
{code:java}
@org.osgi.annotation.bundle.Requirement(
effective = "active",
namespace = "org.apache.felix.gogo",
name = "runtime.implementation"
){code}
So I'm not sure what the issue is.
> Add requirement & capabilities model so gogo can be resolved
> ------------------------------------------------------------
>
> Key: FELIX-5970
> URL: https://issues.apache.org/jira/browse/FELIX-5970
> Project: Felix
> Issue Type: Improvement
> Components: Gogo Command, Gogo JLine, Gogo Runtime, Gogo Shell
> Reporter: Raymond Augé
> Assignee: Raymond Augé
> Priority: Major
> Fix For: gogo.command-1.1.0, gogo.runtime-1.1.2,
> gogo.shell-1.1.2, gogo.jline-1.1.2
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)