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

hxd pushed a commit to branch for-releasing-0.10.1
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git


The following commit(s) were added to refs/heads/for-releasing-0.10.1 by this 
push:
     new 5b4180b  remove jol-core dependency which is introduced by hive-serde 
2.8.4
5b4180b is described below

commit 5b4180bfe0e0a95b9b604dd9e01a702d91bd3bd8
Author: xiangdong huang <[email protected]>
AuthorDate: Tue Jul 28 11:26:03 2020 +0800

    remove jol-core dependency which is introduced by hive-serde 2.8.4
---
 hive-connector/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/hive-connector/pom.xml b/hive-connector/pom.xml
index 6e1234e..e071007 100644
--- a/hive-connector/pom.xml
+++ b/hive-connector/pom.xml
@@ -50,6 +50,10 @@
                     <groupId>org.apache.orc</groupId>
                     <artifactId>orc-core</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>org.apache.hive</groupId>
+                    <artifactId>hive-storage-api</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <!-- force upgrade the dependency of hive-serde-->

Reply via email to