You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2022/09/16 00:36:45 UTC

[accumulo] branch main updated: Upgrade ZooKeeper from 3.7.1 to 3.8.0 (#2920)

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

ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/main by this push:
     new 82a3071d54 Upgrade ZooKeeper from 3.7.1 to 3.8.0 (#2920)
82a3071d54 is described below

commit 82a3071d5482820def4f828cdc496055faa75347
Author: Dave Marion <dl...@apache.org>
AuthorDate: Thu Sep 15 20:36:39 2022 -0400

    Upgrade ZooKeeper from 3.7.1 to 3.8.0 (#2920)
---
 pom.xml | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8f762788be..578ce79213 100644
--- a/pom.xml
+++ b/pom.xml
@@ -160,7 +160,7 @@
     <thrift.version>0.16.0</thrift.version>
     <unitTestMemSize>-Xmx1G</unitTestMemSize>
     <!-- ZooKeeper version -->
-    <zookeeper.version>3.7.1</zookeeper.version>
+    <zookeeper.version>3.8.0</zookeeper.version>
   </properties>
   <dependencyManagement>
     <dependencies>
@@ -551,6 +551,16 @@
         <groupId>org.apache.zookeeper</groupId>
         <artifactId>zookeeper</artifactId>
         <version>${zookeeper.version}</version>
+        <exclusions>
+          <exclusion>
+            <groupId>ch.qos.logback</groupId>
+            <artifactId>logback-classic</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>ch.qos.logback</groupId>
+            <artifactId>logback-core</artifactId>
+          </exclusion>
+        </exclusions>
       </dependency>
       <dependency>
         <groupId>org.apache.zookeeper</groupId>