[
https://issues.apache.org/jira/browse/CAMEL-15428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17258911#comment-17258911
]
Hack Kampbjørn commented on CAMEL-15428:
----------------------------------------
Hmmm, in 3.4.5 is still includes scala-library, mostly same dependency tree as
in 3.4.4. Now it's:
* {{org.apache.camel.springboot:camel-spring-boot-bom:3.4.5}} has parent
{{org.apache.camel.springboot:spring-boot:3.4.5}}
* and {{org.apache.camel.springboot:spring-boot:3.4.5}} imports
{{org.apache.camel:camel-parent:3.4.5}} under dependency management
* and {{org.apache.camel:camel-parent:3.4.5}} has dependency management for
{{org.scala-lang:scala-library:2.11.7}}
https://mvnrepository.com/artifact/org.apache.camel.springboot/camel-spring-boot-bom/3.4.5
> Create a proper camel BOM (for camel-spring-boot)
> -------------------------------------------------
>
> Key: CAMEL-15428
> URL: https://issues.apache.org/jira/browse/CAMEL-15428
> Project: Camel
> Issue Type: New Feature
> Components: camel-spring-boot
> Reporter: Marcin Grzejszczak
> Assignee: Claus Ibsen
> Priority: Major
> Fix For: 3.5.0, 3.4.4
>
>
> 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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)