Skip to content

Commit

Permalink
Ref apache#2800: Remove the addition of affinity for mac os
Browse files Browse the repository at this point in the history
  • Loading branch information
essobedo authored and jamesnetherton committed Jun 29, 2023
1 parent f07b7e0 commit c7119da
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions integration-tests/hazelcast/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,22 +95,6 @@
</plugins>
</build>
</profile>
<profile>
<!--this profile should be removed once https://github.com/apache/camel-quarkus/issues/2800
or https://github.com/hazelcast/quarkus-hazelcast-client/issues/189 get resolved
-->
<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>
<profile>
<id>virtualDependencies</id>
<activation>
Expand Down

0 comments on commit c7119da

Please sign in to comment.