From c37e6d4e39b8f97b8e33632cb4ed635ed9689dc7 Mon Sep 17 00:00:00 2001 From: Shijin Date: Thu, 12 Dec 2024 15:20:51 +0530 Subject: [PATCH] Changes to exclude commons-dbcp2 to remove vulnerabilities --- presto-pinot-toolkit/pom.xml | 4 ++++ presto-product-tests/pom.xml | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/presto-pinot-toolkit/pom.xml b/presto-pinot-toolkit/pom.xml index 332f3b7f6acd8..f6be83fedb2a4 100644 --- a/presto-pinot-toolkit/pom.xml +++ b/presto-pinot-toolkit/pom.xml @@ -318,6 +318,10 @@ com.fasterxml.jackson.dataformat jackson-dataformat-yaml + + org.apache.commons + commons-dbcp2 + diff --git a/presto-product-tests/pom.xml b/presto-product-tests/pom.xml index 49c2bf79a304c..9f01d8ea4c02f 100644 --- a/presto-product-tests/pom.xml +++ b/presto-product-tests/pom.xml @@ -57,6 +57,12 @@ io.prestodb.tempto tempto-core + + + org.apache.commons + commons-dbcp2 + + io.prestodb.tempto