cunningt commented on PR #21800: URL: https://github.com/apache/camel/pull/21800#issuecomment-4040617030
I think the better strategy than putting a dependencyManagement import of the Jackson 2 jackson-bom in parent/pom.xml would be to put the dependency management entry in each of the individual modules that cannot be converted yet (camel-jackson, camel-jacksonxml, camel-jslt, camel-opensearch, camel-openapi-java, camel-jbang-mcp). Putting the Jackson 2 jackson-bom dependencyManagement entry in camel-bom is going to make it apply to all modules when we just want it to apply to a select six, and it may lead to situations where Jackson 2 dependencies are reintroduced in other modules. -- 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]
