jamesnetherton opened a new issue, #3788:
URL: https://github.com/apache/camel-quarkus/issues/3788
Build the project on a Mac and an additional dependency will be mysteriously
added to the generated BOMs.
```xml
<dependency>
<groupId>net.openhft</groupId>
<artifactId>affinity</artifactId>
<version>3.20.0</version>
</dependency>
```
Seems it comes from `com.hazelcast:quarkus-hazelcast-client-bom`, presumably
from this profile:
https://github.com/hazelcast/quarkus-hazelcast-client/blob/83bb56d193851a94cb21e74eb459de45223db05e/runtime/pom.xml#L101-L113
Not sure if it's possible to detect these types of scenario and prevent the
dependencies being added to the BOM, or if we should manually add exclusions
for them.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]