From e423c6ff37812b8813e871f35b772f82949a40b5 Mon Sep 17 00:00:00 2001 From: rsleem Date: Mon, 4 Nov 2024 16:10:25 -0500 Subject: [PATCH] [PPP-5382] updated hive-service dependency to exclude hive-exec transitive dependency to avoid airCompressor vesrion with security vulnerability --- shims/apachevanilla/driver/pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/shims/apachevanilla/driver/pom.xml b/shims/apachevanilla/driver/pom.xml index d89c067762..a469ea6a59 100644 --- a/shims/apachevanilla/driver/pom.xml +++ b/shims/apachevanilla/driver/pom.xml @@ -449,6 +449,21 @@ velocity org.apache.velocity + + org.apache.hive + hive-exec + + + + + org.apache.hive + hive-exec + ${org.apache.hive.version} + + + io.airlift + aircompressor +