Details
Description
Hi!
In Spring Cloud Contract I wanted to reference camel project versions without providing versions for each of them. So I referenced the `camel-dependencies` project in the dependencies management section.
The problem is that also includes all the non project related library versions (e.g. had a conflict with jackson-databind, Camel downgraded my library).
It would be great to have a `camel-bom` module that would include only camel related projects without any other dependencies. Then `camel-dependencies` would import `camel-bom` and all the necessary dependencies.
Attachments
Issue Links
- is related to
-
CAMEL-15443 camel-spring-boot-dependencies includes all Spring Framework but spring-jcl
- Resolved