Claus Ibsen created CAMEL-13207:
-----------------------------------
Summary: 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
Reporter: Claus Ibsen
Fix For: 3.0.0
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
(v7.6.3#76005)