[
https://issues.apache.org/jira/browse/CXF-7565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16253017#comment-16253017
]
Freeman Fang commented on CXF-7565:
-----------------------------------
need exclude
{code}
<groupId>org.codehaus.woodstox</groupId>
<artifactId>woodstox-core-asl</artifactId>
{code}
from dependency chain to ensure the
{code}
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
{code}
is used and hence generate Import-Package com.ctc.wstx with expected version
range
> Verification of feature cxf-ws-security failure
> -----------------------------------------------
>
> Key: CXF-7565
> URL: https://issues.apache.org/jira/browse/CXF-7565
> Project: CXF
> Issue Type: Bug
> Components: OSGi
> Reporter: Freeman Fang
> Assignee: Freeman Fang
> Fix For: 3.2.2
>
>
> [ERROR] Feature resolution failed for [cxf-ws-security/3.2.2.SNAPSHOT]
> [ERROR] Message: Unable to resolve root: missing requirement [root]
> osgi.identity; osgi.identity=cxf-ws-security; type=karaf.feature;
> version=3.2.2.SNAPSHOT;
> filter:="(&(osgi.identity=cxf-ws-security)(type=karaf.feature)(version>=3.2.2.SNAPSHOT))"
> [caused by: Unable to resolve cxf-ws-security/3.2.2.SNAPSHOT: missing
> requirement [cxf-ws-security/3.2.2.SNAPSHOT] osgi.identity;
> osgi.identity=org.apache.cxf.cxf-rt-ws-security; type=osgi.bundle;
> version="[3.2.2.SNAPSHOT,3.2.2.SNAPSHOT]"; resolution:=mandatory [caused by:
> Unable to resolve org.apache.cxf.cxf-rt-ws-security/3.2.2.SNAPSHOT: missing
> requirement [org.apache.cxf.cxf-rt-ws-security/3.2.2.SNAPSHOT]
> osgi.wiring.package;
> filter:="(&(osgi.wiring.package=com.ctc.wstx.api)(version>=4.4.0)(!(version>=5.0.0)))"]]
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)