You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2023/06/30 08:27:34 UTC

[camel-quarkus] 03/04: Ref #2800: Remove the addition of affinity for mac os

This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a commit to branch 4894/make-groovy-dsl-its-platform-compliant
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 6d0c8dfd57ac589d37cf02fccb32e83a613fec39
Author: Nicolas Filotto <nf...@talend.com>
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>