You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by jo...@apache.org on 2022/12/29 05:06:25 UTC

[zeppelin] branch master updated: [ZEPPELIN-5867][JDBC] Exclude hbase-server from hive-jdbc (#4536)

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

jongyoul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/master by this push:
     new fad3b016d0 [ZEPPELIN-5867][JDBC] Exclude hbase-server from hive-jdbc (#4536)
fad3b016d0 is described below

commit fad3b016d0ac4630fcf6902f93051f70a95cfd92
Author: Cheng Pan <ch...@apache.org>
AuthorDate: Thu Dec 29 13:06:16 2022 +0800

    [ZEPPELIN-5867][JDBC] Exclude hbase-server from hive-jdbc (#4536)
---
 jdbc/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/jdbc/pom.xml b/jdbc/pom.xml
index e35c5f8d1f..7298dd493a 100644
--- a/jdbc/pom.xml
+++ b/jdbc/pom.xml
@@ -166,6 +166,10 @@
           <groupId>org.apache.httpcomponents</groupId>
           <artifactId>httpclient</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>org.apache.hbase</groupId>
+          <artifactId>hbase-server</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>