James Netherton created CAMEL-17052:
---------------------------------------
Summary: Azure BOM import forces incorrect Netty dependency version
Key: CAMEL-17052
URL: https://issues.apache.org/jira/browse/CAMEL-17052
Project: Camel
Issue Type: Bug
Affects Versions: 3.12.0, 3.11.3
Reporter: James Netherton
Assignee: James Netherton
Fix For: 3.13.0
In camel-parent, azure-bom is imported before netty-bom. This has the effect of
azure managing the version of all netty dependencies in the project.
If you run mvn dependency:tree -Dincludes=io.netty from the project root, all
of the netty dependencies show as being version 4.1.63.Final. It should be
4.1.68.Final as per the <netty-version> property.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)