You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2021/04/27 13:22:11 UTC

[camel-quarkus] 05/05: Align Zookeeper dependencies

This is an automated email from the ASF dual-hosted git repository.

ppalaga pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit ef081b9c3510ca5b9a5871985b0d2541a312e484
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Tue Apr 27 14:12:50 2021 +0200

    Align Zookeeper dependencies
---
 pom.xml          |  1 +
 poms/bom/pom.xml | 10 ++++++++++
 2 files changed, 11 insertions(+)

diff --git a/pom.xml b/pom.xml
index 9572ce5..a634811 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,6 +127,7 @@
         <web3j.version>${web3j-version}</web3j.version><!-- keep in sync with Camel -->
         <web3j.quorum.version>${web3j-quorum-version}</web3j.quorum.version><!-- keep in sync with Camel -->
         <woodstox-core.version>${woodstox-core-version}</woodstox-core.version><!-- keep in sync with Camel -->
+        <zookeeper.version>${solr-zookeeper-version}</zookeeper.version><!-- ${solr-zookeeper-version} is newer than ${zookeeper-version} -->
         <zxing.version>3.3.3</zxing.version><!-- Mess in IOTA transitive deps -->
 
         <!-- Test dependency versions (keep sorted alphabetically) -->
diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml
index 6712901..548d84c 100644
--- a/poms/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -5904,6 +5904,16 @@
                 <version>${xmlgraphics-commons.version}</version>
             </dependency>
             <dependency>
+                <groupId>org.apache.zookeeper</groupId>
+                <artifactId>zookeeper</artifactId>
+                <version>${zookeeper.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.zookeeper</groupId>
+                <artifactId>zookeeper-jute</artifactId>
+                <version>${zookeeper.version}</version>
+            </dependency>
+            <dependency>
                 <groupId>org.asynchttpclient</groupId>
                 <artifactId>async-http-client</artifactId>
                 <version>${ahc.version}</version>