From 01cbddef78f5c66c15f22937f078dd7dbde203e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=8E=E5=A4=A7=E6=95=B0=E6=8D=AE=E5=88=B0=E4=BA=BA?= =?UTF-8?q?=E5=B7=A5=E6=99=BA=E8=83=BD?= Date: Wed, 23 Feb 2022 09:16:21 +0800 Subject: [PATCH] Add hive-standalone-metastore dependency to hudi-flink-bundle module (#4870) --- packaging/hudi-flink-bundle/pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/packaging/hudi-flink-bundle/pom.xml b/packaging/hudi-flink-bundle/pom.xml index 509ea0fb8..222478090 100644 --- a/packaging/hudi-flink-bundle/pom.xml +++ b/packaging/hudi-flink-bundle/pom.xml @@ -136,7 +136,8 @@ org.apache.hive:hive-common org.apache.hive:hive-service org.apache.hive:hive-service-rpc - org.apache.hive:hive-exec + org.apache.hive:hive-exec + org.apache.hive:hive-standalone-metastore org.apache.hive:hive-metastore org.apache.hive:hive-jdbc org.datanucleus:datanucleus-core @@ -643,6 +644,12 @@ ${hive.version} ${flink.bundle.hive.scope} + + ${hive.groupid} + hive-standalone-metastore + ${hive.version} + ${flink.bundle.hive.scope} +