You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2022/09/09 08:48:47 UTC

[incubator-kyuubi] branch master updated: Revert "[KYUUBI #2041] Bump Zookeeper from 3.4.14 to 3.6.3"

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

chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new 08f6f4e13 Revert "[KYUUBI #2041] Bump Zookeeper from 3.4.14 to 3.6.3"
08f6f4e13 is described below

commit 08f6f4e13df0779c4b25cfd811a88aadfc409399
Author: Cheng Pan <ch...@apache.org>
AuthorDate: Fri Sep 9 16:48:36 2022 +0800

    Revert "[KYUUBI #2041] Bump Zookeeper from 3.4.14 to 3.6.3"
    
    This reverts commit 812ea2bdfe4d3569579ebaf8cc42efd84288334d.
---
 LICENSE-binary           |  3 ---
 dev/dependencyList       |  7 ++-----
 kyuubi-assembly/pom.xml  |  5 -----
 kyuubi-zookeeper/pom.xml | 12 ------------
 pom.xml                  | 25 +++----------------------
 5 files changed, 5 insertions(+), 47 deletions(-)

diff --git a/LICENSE-binary b/LICENSE-binary
index 57e41280c..4ea04cdea 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -209,7 +209,6 @@ Apache License Version 2.0
 --------------------------
 com.zaxxer:HikariCP
 com.google.android:annotations
-commons-cli:commons-cli
 commons-lang:commons-lang
 commons-logging:commons-logging
 org.apache.commons:commons-lang3
@@ -278,7 +277,6 @@ org.apache.logging.log4j:log4j-api
 org.apache.logging.log4j:log4j-core
 org.apache.logging.log4j:log4j-slf4j-impl
 org.webjars:swagger-ui
-org.xerial.snappy:snappy-java
 org.yaml:snakeyaml
 io.dropwizard.metrics:metrics-core
 io.dropwizard.metrics:metrics-jmx
@@ -321,7 +319,6 @@ io.swagger.core.v3:swagger-jaxrs2
 io.swagger.core.v3:swagger-models
 io.vertx:vertx-core
 io.vertx:vertx-grpc
-org.apache.zookeeper:zookeeper-jute
 org.apache.zookeeper:zookeeper
 
 
diff --git a/dev/dependencyList b/dev/dependencyList
index 0cf554c3d..7a6bcf812 100644
--- a/dev/dependencyList
+++ b/dev/dependencyList
@@ -21,7 +21,6 @@ annotations/4.1.1.4//annotations-4.1.1.4.jar
 aopalliance-repackaged/2.6.1//aopalliance-repackaged-2.6.1.jar
 automaton/1.11-8//automaton-1.11-8.jar
 classgraph/4.8.138//classgraph-4.8.138.jar
-commons-cli/1.5.0//commons-cli-1.5.0.jar
 commons-codec/1.15//commons-codec-1.15.jar
 commons-collections/3.2.2//commons-collections-3.2.2.jar
 commons-lang/2.6//commons-lang-2.6.jar
@@ -97,7 +96,7 @@ jetty-server/9.4.48.v20220622//jetty-server-9.4.48.v20220622.jar
 jetty-servlet/9.4.48.v20220622//jetty-servlet-9.4.48.v20220622.jar
 jetty-util-ajax/9.4.48.v20220622//jetty-util-ajax-9.4.48.v20220622.jar
 jetty-util/9.4.48.v20220622//jetty-util-9.4.48.v20220622.jar
-jline/2.14.6//jline-2.14.6.jar
+jline/0.9.94//jline-0.9.94.jar
 jul-to-slf4j/1.7.35//jul-to-slf4j-1.7.35.jar
 kubernetes-client/5.12.1//kubernetes-client-5.12.1.jar
 kubernetes-model-admissionregistration/5.12.1//kubernetes-model-admissionregistration-5.12.1.jar
@@ -169,7 +168,6 @@ simpleclient_tracer_otel/0.16.0//simpleclient_tracer_otel-0.16.0.jar
 simpleclient_tracer_otel_agent/0.16.0//simpleclient_tracer_otel_agent-0.16.0.jar
 slf4j-api/1.7.35//slf4j-api-1.7.35.jar
 snakeyaml/1.30//snakeyaml-1.30.jar
-snappy-java/1.1.8.4//snappy-java-1.1.8.4.jar
 swagger-annotations/2.2.1//swagger-annotations-2.2.1.jar
 swagger-core/2.2.1//swagger-core-2.2.1.jar
 swagger-integration/2.2.1//swagger-integration-2.2.1.jar
@@ -178,5 +176,4 @@ swagger-models/2.2.1//swagger-models-2.2.1.jar
 vertx-core/4.3.2//vertx-core-4.3.2.jar
 vertx-grpc/4.3.2//vertx-grpc-4.3.2.jar
 zjsonpatch/0.3.0//zjsonpatch-0.3.0.jar
-zookeeper-jute/3.6.3//zookeeper-jute-3.6.3.jar
-zookeeper/3.6.3//zookeeper-3.6.3.jar
+zookeeper/3.4.14//zookeeper-3.4.14.jar
diff --git a/kyuubi-assembly/pom.xml b/kyuubi-assembly/pom.xml
index 79d6f6240..2cd24ec06 100644
--- a/kyuubi-assembly/pom.xml
+++ b/kyuubi-assembly/pom.xml
@@ -107,11 +107,6 @@
             <scope>provided</scope>
         </dependency>
 
-        <dependency>
-            <groupId>commons-cli</groupId>
-            <artifactId>commons-cli</artifactId>
-        </dependency>
-
         <dependency>
             <groupId>jline</groupId>
             <artifactId>jline</artifactId>
diff --git a/kyuubi-zookeeper/pom.xml b/kyuubi-zookeeper/pom.xml
index 27c0eb2f1..a3fdd429f 100644
--- a/kyuubi-zookeeper/pom.xml
+++ b/kyuubi-zookeeper/pom.xml
@@ -43,18 +43,6 @@
             <artifactId>zookeeper</artifactId>
         </dependency>
 
-        <!-- Required by org.apache.zookeeper.metrics.impl.DefaultMetricsProvider -->
-        <dependency>
-            <groupId>io.dropwizard.metrics</groupId>
-            <artifactId>metrics-core</artifactId>
-        </dependency>
-
-        <!-- Required by org.apache.zookeeper.server.persistence.SnapStream -->
-        <dependency>
-            <groupId>org.xerial.snappy</groupId>
-            <artifactId>snappy-java</artifactId>
-        </dependency>
-
         <dependency>
             <groupId>org.apache.kyuubi</groupId>
             <artifactId>kyuubi-common_${scala.binary.version}</artifactId>
diff --git a/pom.xml b/pom.xml
index 3e5ebe465..afc721288 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,7 +147,7 @@
         <jakarta.activation.version>1.2.1</jakarta.activation.version>
         <jersey.version>2.36</jersey.version>
         <jetty.version>9.4.48.v20220622</jetty.version>
-        <jline.version>2.14.6</jline.version>
+        <jline.version>0.9.94</jline.version>
         <junit.version>4.13.1</junit.version>
         <kubernetes-client.version>5.12.1</kubernetes-client.version>
         <kudu.version>1.15.0</kudu.version>
@@ -164,7 +164,6 @@
         <scopt.version>4.1.0</scopt.version>
         <slf4j.version>1.7.35</slf4j.version>
         <snakeyaml.version>1.30</snakeyaml.version>
-        <snappy.version>1.1.8.4</snappy.version>
         <!--
           DO NOT forget to change the following properties when change the minor version of Spark:
           `delta.version`, `maven.plugin.scalatest.exclude.tags`
@@ -180,7 +179,7 @@
         <trino.client.version>363</trino.client.version>
         <trino.tpcds.version>1.4</trino.tpcds.version>
         <trino.tpch.version>1.1</trino.tpch.version>
-        <zookeeper.version>3.6.3</zookeeper.version>
+        <zookeeper.version>3.4.14</zookeeper.version>
 
         <!-- apply to kyuubi-hive-jdbc/kyuubi-hive-beeline module -->
         <hive.client.jline.version>2.12</hive.client.jline.version>
@@ -1120,21 +1119,9 @@
                 <version>${zookeeper.version}</version>
                 <exclusions>
                     <exclusion>
-                        <groupId>io.netty</groupId>
-                        <artifactId>*</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>log4j</groupId>
-                        <artifactId>log4j</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>org.slf4j</groupId>
+                        <groupId>*</groupId>
                         <artifactId>*</artifactId>
                     </exclusion>
-                    <exclusion>
-                        <groupId>org.apache.yetus</groupId>
-                        <artifactId>audience-annotations</artifactId>
-                    </exclusion>
                 </exclusions>
             </dependency>
 
@@ -1502,12 +1489,6 @@
                 <version>${mysql.jdbc.version}</version>
             </dependency>
 
-            <dependency>
-                <groupId>org.xerial.snappy</groupId>
-                <artifactId>snappy-java</artifactId>
-                <version>${snappy.version}</version>
-            </dependency>
-
             <!-- flink -->
             <dependency>
                 <groupId>org.apache.flink</groupId>