From 2a87a4cf0cbcab6412411274f7beac00e29558b4 Mon Sep 17 00:00:00 2001 From: Kent Yao Date: Mon, 28 Feb 2022 20:53:05 +0800 Subject: [PATCH] d --- kyuubi-common/pom.xml | 11 +++++++++++ pom.xml | 10 ++++------ 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/kyuubi-common/pom.xml b/kyuubi-common/pom.xml index c87ccbfca26..b1efef10e12 100644 --- a/kyuubi-common/pom.xml +++ b/kyuubi-common/pom.xml @@ -77,6 +77,17 @@ org.apache.hadoop hadoop-client-runtime runtime + + + com.google.code.findbugs + jsr305 + + + + + + org.apache.commons + commons-lang3 diff --git a/pom.xml b/pom.xml index e9742bb5254..0ef2c017f64 100644 --- a/pom.xml +++ b/pom.xml @@ -515,12 +515,6 @@ ${testcontainers.version} - - io.fabric8 - kubernetes-client - ${kubernetes-client.version} - - org.apache.thrift libfb303 @@ -532,6 +526,10 @@ libthrift ${thrift.version} + + org.apache.commons + commons-lang3 + commons-logging commons-logging