You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2022/09/02 11:26:00 UTC

[jira] [Resolved] (CAMEL-13207) Remove cruft from camel-spring-boot-dependencies BOM

     [ https://issues.apache.org/jira/browse/CAMEL-13207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-13207.
---------------------------------
    Resolution: Won't Fix

we have a bom with only the camel starters that users should use

> Remove cruft from camel-spring-boot-dependencies BOM
> ----------------------------------------------------
>
>                 Key: CAMEL-13207
>                 URL: https://issues.apache.org/jira/browse/CAMEL-13207
>             Project: Camel
>          Issue Type: Task
>          Components: camel-spring-boot-starters
>            Reporter: Claus Ibsen
>            Priority: Minor
>             Fix For: 3.x
>
>
> It should really only have those compile/runtime JARs.
> We have test-jar, source, javadoc, and other cruft, for example
>    <dependency>
>         <groupId>org.optaplanner</groupId>
>         <artifactId>optaplanner-examples</artifactId>
>         <version>7.14.0.Final</version>
>         <classifier>sources</classifier>
>       </dependency>
>       <dependency>
>         <groupId>org.optaplanner</groupId>
>         <artifactId>optaplanner-examples</artifactId>
>         <version>7.14.0.Final</version>
>         <type>test-jar</type>
>       </dependency>



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