ppalaga opened a new pull request, #10346: URL: https://github.com/apache/camel/pull/10346
https://issues.apache.org/jira/browse/CAMEL-19439 We currently have jackson2-version at 2.15.1 in camel-parent and it is used in several components. However Jackson artifacts are pulled by many other components as transitive dependencies. The lack of dependency management causes that many different versions of Jackson artifacts are downloaded and used throughout Camel. Also the effective version of Jackson in end user applications depends not only on components used but also on their ordering in the given project's pom.xml file. Importing jackson-bom solves all the above problems. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
