From 57ab60a49513cf029272019e8a7baafdf64b2176 Mon Sep 17 00:00:00 2001 From: Bowen Liang Date: Thu, 5 Sep 2024 17:44:20 +0800 Subject: [PATCH] [KYUUBI #6672] Cleanup unused Commons Lang 2 dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # :mag: Description ## Issue References ๐Ÿ”— This pull request fixes # ## Describe Your Solution ๐Ÿ”ง - Apache Commons Lang2 is no longer actively maintained and not used by Kyuubi modules ## Types of changes :bookmark: - [ ] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Test Plan ๐Ÿงช #### Behavior Without This Pull Request :coffin: #### Behavior With This Pull Request :tada: #### Related Unit Tests --- # Checklist ๐Ÿ“ - [ ] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.** Closes #6672 from bowenliang123/remove-commonlang2. Closes #6672 34cda170a [liangbowen] remove common lang2 Lead-authored-by: Bowen Liang Co-authored-by: liangbowen Signed-off-by: liangbowen --- extensions/spark/kyuubi-spark-lineage/pom.xml | 6 ------ pom.xml | 7 ------- 2 files changed, 13 deletions(-) diff --git a/extensions/spark/kyuubi-spark-lineage/pom.xml b/extensions/spark/kyuubi-spark-lineage/pom.xml index f2b394059..bddfb0fe6 100644 --- a/extensions/spark/kyuubi-spark-lineage/pom.xml +++ b/extensions/spark/kyuubi-spark-lineage/pom.xml @@ -92,12 +92,6 @@ provided - - commons-lang - commons-lang - provided - - org.apache.commons commons-lang3 diff --git a/pom.xml b/pom.xml index 6f3a591c1..84651d0d0 100644 --- a/pom.xml +++ b/pom.xml @@ -133,7 +133,6 @@ 1.15 3.2.2 2.16.1 - 2.6 3.13.0 delta-spark_${scala.binary.version} 3.2.0 @@ -448,12 +447,6 @@ ${commons-io.version} - - commons-lang - commons-lang - ${commons-lang.version} - - org.apache.commons commons-lang3