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 <[email protected]> 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>
