From a9b4b596153fbf88281bba5b88593c4642938892 Mon Sep 17 00:00:00 2001 From: Vikas Attiguppa Date: Mon, 26 Aug 2024 14:18:40 -0700 Subject: [PATCH] Adding exclusions for libraries Signed-off-by: Vikas Attiguppa --- contrib/trino-connector/pom.xml | 4 ++++ fe/fe-core/pom.xml | 4 ++++ fs_brokers/apache_hdfs_broker/src/hadoop-cos-shaded/pom.xml | 6 ++++++ 3 files changed, 14 insertions(+) diff --git a/contrib/trino-connector/pom.xml b/contrib/trino-connector/pom.xml index 357fb6b0ca4f1c..3215d5b905a3e8 100644 --- a/contrib/trino-connector/pom.xml +++ b/contrib/trino-connector/pom.xml @@ -38,6 +38,10 @@ com.alibaba fastjson + + org.eclipse.jetty.http2 + http2-common + diff --git a/fe/fe-core/pom.xml b/fe/fe-core/pom.xml index 4977b5a61b50a9..a2fa7062c39fb1 100644 --- a/fe/fe-core/pom.xml +++ b/fe/fe-core/pom.xml @@ -981,6 +981,10 @@ under the License. elasticsearch org.elasticsearch + + org.codehaus.jackson + jackson-mapper-asl + diff --git a/fs_brokers/apache_hdfs_broker/src/hadoop-cos-shaded/pom.xml b/fs_brokers/apache_hdfs_broker/src/hadoop-cos-shaded/pom.xml index 7a57d3c07a8c93..20f9e13db04803 100644 --- a/fs_brokers/apache_hdfs_broker/src/hadoop-cos-shaded/pom.xml +++ b/fs_brokers/apache_hdfs_broker/src/hadoop-cos-shaded/pom.xml @@ -44,6 +44,12 @@ under the License. com.qcloud.cos hadoop-cos 3.3.0-8.3.7 + + + org.json + json + +