This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch 3.15.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
The following commit(s) were added to refs/heads/3.15.x by this push:
new 45da5c7 Add kubernetes-cluster-service to cluster-leader-election
example cloud profiles to fix apache/camel-quarkus#6633
45da5c7 is described below
commit 45da5c7674edceea0bafd28a1c3e46c933e9c93e
Author: James Netherton <[email protected]>
AuthorDate: Mon Oct 14 11:41:44 2024 +0100
Add kubernetes-cluster-service to cluster-leader-election example cloud
profiles to fix apache/camel-quarkus#6633
---
cluster-leader-election/pom.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/cluster-leader-election/pom.xml b/cluster-leader-election/pom.xml
index 5eb384c..3a14d12 100644
--- a/cluster-leader-election/pom.xml
+++ b/cluster-leader-election/pom.xml
@@ -314,6 +314,10 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-kubernetes-client</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.apache.camel.quarkus</groupId>
+
<artifactId>camel-quarkus-kubernetes-cluster-service</artifactId>
+ </dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-microprofile-health</artifactId>
@@ -336,6 +340,10 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-kubernetes-client</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.apache.camel.quarkus</groupId>
+
<artifactId>camel-quarkus-kubernetes-cluster-service</artifactId>
+ </dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-microprofile-health</artifactId>