essobedo opened a new pull request, #5025:
URL: https://github.com/apache/camel-quarkus/pull/5025

   related to #2800
   
   ## Motivation
   
   Thx to https://github.com/hazelcast/quarkus-hazelcast-client/issues/189, 
affinity is already included so we need to remove the automatic addition of the 
library otherwise on MacOS we end up with a build error of type:
   ```
   [WARN] 
   Dependency convergence error for net.openhft:affinity:3.23.3 paths to 
dependency are:
   
+-org.apache.camel.quarkus:camel-quarkus-integration-test-hazelcast:3.0.0-SNAPSHOT
     +-org.apache.camel.quarkus:camel-quarkus-hazelcast:3.0.0-SNAPSHOT
       +-com.hazelcast:quarkus-hazelcast-client:4.0.0
         +-net.openhft:affinity:3.23.3
   and
   
+-org.apache.camel.quarkus:camel-quarkus-integration-test-hazelcast:3.0.0-SNAPSHOT
     +-net.openhft:affinity:3.20.0
   [WARN] Rule 1: org.apache.maven.plugins.enforcer.DependencyConvergence 
failed with message:
   Failed while enforcing releasability. See above detailed error message.
   ```
   
   ## Modifications
   
   * Remove the maven profile adding `affinity` for MacOS


-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to