This is an automated email from the ASF dual-hosted git repository. zbendhiba pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
commit 956e72d02ce0fff01f0a33fd8d1ed61946b18998 Author: James Netherton <[email protected]> AuthorDate: Fri Nov 11 08:10:10 2022 +0000 Enable cluster-leader-election native build since kubernetes-client incompatibility is resolved --- cluster-leader-election/pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/cluster-leader-election/pom.xml b/cluster-leader-election/pom.xml index 7da5d90..de95fe9 100644 --- a/cluster-leader-election/pom.xml +++ b/cluster-leader-election/pom.xml @@ -257,7 +257,6 @@ </build> <profiles> - <!-- TODO: Enable when https://github.com/apache/camel-quarkus/issues/4095 is fixed <profile> <id>native</id> <activation> @@ -290,7 +289,6 @@ </plugins> </build> </profile> - --> <profile> <id>kubernetes</id> <activation>
