You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Peter Palaga (Jira)" <ji...@apache.org> on 2023/06/12 19:33:00 UTC

[jira] [Created] (CAMEL-19439) Import jackson-bom to build and test with a single deterministic set of jackson dependencies

Peter Palaga created CAMEL-19439:
------------------------------------

             Summary: Import jackson-bom to build and test with a single deterministic set of jackson dependencies
                 Key: CAMEL-19439
                 URL: https://issues.apache.org/jira/browse/CAMEL-19439
             Project: Camel
          Issue Type: Improvement
            Reporter: Peter Palaga


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 would use all the above problems.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)