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
The following commit(s) were added to refs/heads/camel-quarkus-main by this
push:
new d6554dc Add kubernetes-cluster-service to cluster-leader-election
example cloud profiles to fix apache/camel-quarkus#6633
d6554dc is described below
commit d6554dc983ec9a604a1e208cf58c219b8f79da75
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 cabb0cd..bf9a0df 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>