This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch camel-quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
commit 075fbbe1b190c388ae70b30ae85d8ed883f35bb7 Author: James Netherton <[email protected]> AuthorDate: Tue May 16 09:25:46 2023 +0100 Enable native testing in cluster-leader-election example --- 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 3ac0fe7..53e60c2 100644 --- a/cluster-leader-election/pom.xml +++ b/cluster-leader-election/pom.xml @@ -257,7 +257,6 @@ </build> <profiles> - <!-- TODO: https://github.com/apache/camel-quarkus/issues/4651 <profile> <id>native</id> <activation> @@ -290,7 +289,6 @@ </plugins> </build> </profile> - --> <profile> <id>kubernetes</id> <activation>
