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 f34c183 Add camel-quarkus-file-cluster-service to
cluster-leader-election example
f34c183 is described below
commit f34c183ef06628b13896175396a59303f65147fa
Author: James Netherton <[email protected]>
AuthorDate: Thu Mar 28 07:12:24 2024 +0000
Add camel-quarkus-file-cluster-service to cluster-leader-election example
---
cluster-leader-election/pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/cluster-leader-election/pom.xml b/cluster-leader-election/pom.xml
index 6b0f79b..28c529e 100644
--- a/cluster-leader-election/pom.xml
+++ b/cluster-leader-election/pom.xml
@@ -86,6 +86,10 @@
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-file</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.apache.camel.quarkus</groupId>
+ <artifactId>camel-quarkus-file-cluster-service</artifactId>
+ </dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-kubernetes</artifactId>