-
Feature
-
Resolution: Done
-
Major
-
fuse-7.0
When customer uses fabric BOM as a parent in maven
<parent>
<groupId>io.fabric8</groupId>
<artifactId>fabric8-project-bom-camel-spring-boot</artifactId>
<version>3.0.11.fuse-720027-redhat-00001</version>
</parent>
There appears some warnings about duplicated properties, when compiling on Maven
He is aware he could use the BOM as intended, this way
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>fabric8-project-bom-camel-spring-boot</artifactId>
<version>3.0.11.fuse-720027-redhat-00001</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
But he states that he need to hook into some of the properties that are declared in it. For example, he uses the spring boot property to declare the spring boot plugin.
It is not a showstopper for him, but he is asking if could the duplicates be resolved in a next release
Case link: https://access.redhat.com/support/cases/#/case/02335352