This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new bb54334fa [KYUUBI #6145][FOLLOWUP] Remove unused dependency
commons-lang
bb54334fa is described below
commit bb54334fa731ee919262ee27f0ebbaab135f6542
Author: zhouyifan279 <[email protected]>
AuthorDate: Tue Mar 12 00:49:23 2024 +0800
[KYUUBI #6145][FOLLOWUP] Remove unused dependency commons-lang
# :mag: Description
## Issue References ๐
This pull request removes unused dependency commons-lang from kyuubi-server
pom.xml.
## Describe Your Solution ๐ง
Removes unused dependency commons-lang from kyuubi-server pom.xml.
## 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 ๐
- [x] This patch was not authored or co-authored using [Generative
Tooling](https://www.apache.org/legal/generative-tooling.html)
**Be nice. Be informative.**
Closes #6161 from zhouyifan279/commons-lang.
Closes #6145
8d50b66ca [zhouyifan279] [KYUUBI #6145][FOLLOWUP] Remove unused dependency
commons-lang
Authored-by: zhouyifan279 <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
---
dev/dependencyList | 1 -
kyuubi-server/pom.xml | 5 -----
2 files changed, 6 deletions(-)
diff --git a/dev/dependencyList b/dev/dependencyList
index 394568cf3..9800aaac3 100644
--- a/dev/dependencyList
+++ b/dev/dependencyList
@@ -30,7 +30,6 @@ checker-qual/3.42.0//checker-qual-3.42.0.jar
classgraph/4.8.138//classgraph-4.8.138.jar
commons-codec/1.15//commons-codec-1.15.jar
commons-collections/3.2.2//commons-collections-3.2.2.jar
-commons-lang/2.6//commons-lang-2.6.jar
commons-lang3/3.13.0//commons-lang3-3.13.0.jar
commons-logging/1.1.3//commons-logging-1.1.3.jar
error_prone_annotations/2.20.0//error_prone_annotations-2.20.0.jar
diff --git a/kyuubi-server/pom.xml b/kyuubi-server/pom.xml
index 9ab3b3f1d..50cf9a857 100644
--- a/kyuubi-server/pom.xml
+++ b/kyuubi-server/pom.xml
@@ -109,11 +109,6 @@
<artifactId>kubernetes-httpclient-okhttp</artifactId>
</dependency>
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- </dependency>
-
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>