ppalaga commented on pull request #2747:
URL: https://github.com/apache/camel-quarkus/pull/2747#issuecomment-859612317


   > Introducing the MacOS profile with the optional dependency sounds like 
something that could work, but is there anyone who could confirm that it's a 
legit solution for Quarkus?
   
   I think the best way forward would be that somebody on Mac please checks 
whether adding a profile like the following here or in [Quarkus Hazelcast 
Client](https://github.com/hazelcast/quarkus-hazelcast-client/blob/master/runtime/pom.xml)
 solves the issue for her/him:
   
   ```
           <profile>
               <id>hazelcast-mac</id>
               <activation>
                   <os><family>mac</family></os>
               </activation>
               <dependencies>
                   <dependency>
                       <groupId>net.openhft</groupId>
                       <artifactId>affinity</artifactId>
                       <version>3.20.0</version>
                   </dependency>
               </dependencies>
           </profile>
   ```
   


-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to