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/07/28 13:05:26 UTC

[incubator-iotdb] 02/06: remove jol-core dependency which is introduced by hive-serde 2.8.4

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

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

commit 9da9217e4e3f7eb87cb2a2794fa69be9487aa84b
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Tue Jul 28 10:23:38 2020 +0800

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

diff --git a/hive-connector/pom.xml b/hive-connector/pom.xml
index 401f60c..0e136b9 100644
--- a/hive-connector/pom.xml
+++ b/hive-connector/pom.xml
@@ -58,7 +58,6 @@
             <artifactId>orc-core</artifactId>
             <version>1.6.0</version>
         </dependency>
-        </dependency>
         <dependency>
             <groupId>org.apache.hive</groupId>
             <artifactId>hive-exec</artifactId>