Erik Godding Boye created CXF-7820:
--------------------------------------
Summary: CXF BOM (cxf-parent) references non existing artifact
(io.netty:netty:4.x)
Key: CXF-7820
URL: https://issues.apache.org/jira/browse/CXF-7820
Project: CXF
Issue Type: Bug
Affects Versions: 3.2.6, 3.2.5
Reporter: Erik Godding Boye
The cxf parent (cxf-parent) includes dependency management for io.netty:netty.
This artifact was moved/relocated to io.netty:netty-all in version 4 of Netty.
So the io.netty:netty artifact does not exist in version > 4. Still the
dependency management entry refers to the version property cxf.netty.version,
with version > 4.
This bug makes cxf-parent invalid as a BOM (ref CXF-7750).
I see two potential solutions to this:
# Delete the dependency management for io.netty:netty
# Change version of io.netty:netty to the version property cxf.netty3.version
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)