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 ee9cba0e74cf57dc98c891509d3b06a40a31f185 Author: James Netherton <[email protected]> AuthorDate: Tue Jul 4 07:44:17 2023 +0100 Restore cluster-leader-election native profile apache/camel-quarkus#4957 --- 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 3ea7405..b35072d 100644 --- a/cluster-leader-election/pom.xml +++ b/cluster-leader-election/pom.xml @@ -257,7 +257,6 @@ </build> <profiles> - <!-- https://github.com/apache/camel-quarkus/issues/4957 <profile> <id>native</id> <activation> @@ -290,7 +289,6 @@ </plugins> </build> </profile> - --> <profile> <id>kubernetes</id> <activation>
