This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new c7119dadbd Ref #2800: Remove the addition of affinity for mac os
c7119dadbd is described below
commit c7119dadbdf0241d87bd009566bac4dc4a5eb2ad
Author: Nicolas Filotto <[email protected]>
AuthorDate: Wed Jun 28 18:51:41 2023 +0200
Ref #2800: Remove the addition of affinity for mac os
---
integration-tests/hazelcast/pom.xml | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/integration-tests/hazelcast/pom.xml
b/integration-tests/hazelcast/pom.xml
index 84995a4280..79a5f19f67 100644
--- a/integration-tests/hazelcast/pom.xml
+++ b/integration-tests/hazelcast/pom.xml
@@ -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>