You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2020/12/05 08:29:56 UTC

[iotdb] branch master updated: IOTDB-1039 hive-connector mvn failed

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c411218  IOTDB-1039 hive-connector mvn failed
c411218 is described below

commit c4112184fbefa641b53a1b5fe3ed3f8a4b736ceb
Author: Bo Cui <cu...@163.com>
AuthorDate: Sat Dec 5 14:24:00 2020 +0800

    IOTDB-1039 hive-connector mvn failed
---
 hive-connector/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/hive-connector/pom.xml b/hive-connector/pom.xml
index 4e8b81a..2331adf 100644
--- a/hive-connector/pom.xml
+++ b/hive-connector/pom.xml
@@ -55,6 +55,10 @@
                     <artifactId>hive-storage-api</artifactId>
                 </exclusion>
                 <exclusion>
+                    <groupId>org.apache.zookeeper</groupId>
+                    <artifactId>zookeeper</artifactId>
+                </exclusion>
+                <exclusion>
                     <groupId>com.google.guava</groupId>
                     <artifactId>guava</artifactId>
                 </exclusion>