Sergey Golovnya created CXF-5622:
------------------------------------
Summary: Wrong WSS4J version number in 2.7.11-SNAPSHOT feature file
Key: CXF-5622
URL: https://issues.apache.org/jira/browse/CXF-5622
Project: CXF
Issue Type: Bug
Affects Versions: 2.7.11
Reporter: Sergey Golovnya
There is a collision in opensaml version number between CXF-2.7.10 and
CXF-2.7.11-SNAPSHOT.
=== cut of apache-cxf-2.7.10-features.xml ===
<feature name="wss4j" version="1.6.14" resolver='(obr)'>
... org.apache.servicemix.bundles.opensaml/2.5.3_3 ...
</feature>
=== end of cut ===
=== cut of apache-cxf-2.7.11-SNAPSHOT-features.xml ===
<feature name="wss4j" version="1.6.14" resolver='(obr)'>
... org.apache.servicemix.bundles.opensaml/2.6.1_1 ...
</feature>
=== end of cut ===
As you can see, the same feature (wss4j/1.6.14) refers to the different
versions of org.apache.servicemix.bundles.opensaml.
This bug leads to the wrong selection of opensaml version in
features-maven-plugin, and to a non-working target container as a result.
--
This message was sent by Atlassian JIRA
(v6.2#6252)