Skip to content

Commit 347e650

Browse files
MINOR: Remove commonsLang (#22088)
(cherry picked from commit d4e7b9b) Reviewers: Chia-Ping Tsai <chia7712@gmail.com>, Ken Huang <s7133700@gmail.com> Co-authored-by: Maros Orsak <maros.orsak159@gmail.com>
1 parent c782cee commit 347e650

File tree

4 files changed

+1
-22
lines changed

4 files changed

+1
-22
lines changed

LICENSE-binary

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ License Version 2.0:
209209
- commons-beanutils-1.11.0
210210
- commons-collections-3.2.2
211211
- commons-digester-2.1
212-
- commons-lang3-3.18.0
213212
- commons-logging-1.3.5
214213
- commons-validator-1.10.1
215214
- hash4j-0.22.0

NOTICE-binary

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,6 @@ Copyright 2002-2021 The Apache Software Foundation
100100
This product includes software developed at
101101
The Apache Software Foundation (https://www.apache.org/).
102102

103-
104-
Apache Commons Lang
105-
Copyright 2001-2018 The Apache Software Foundation
106-
107-
This product includes software developed at
108-
The Apache Software Foundation (http://www.apache.org/).
109-
110-
111103
# Jackson JSON processor
112104

113105
Jackson is a high-performance, Free/Open Source JSON processing library.
@@ -794,15 +786,6 @@ the HTTP/2 HPACK algorithm written by Tatsuhiro Tsujikawa. It can be obtained at
794786
* HOMEPAGE:
795787
* https://github.com/nghttp2/nghttp2/
796788

797-
This product contains a modified portion of 'Apache Commons Lang', a Java library
798-
provides utilities for the java.lang API, which can be obtained at:
799-
800-
* LICENSE:
801-
* license/LICENSE.commons-lang.txt (Apache License 2.0)
802-
* HOMEPAGE:
803-
* https://commons.apache.org/proper/commons-lang/
804-
805-
806789
This product contains the Maven wrapper scripts from 'Maven Wrapper', that provides an easy way to ensure a user has everything necessary to run the Maven build.
807790

808791
* LICENSE:

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,7 @@ allprojects {
197197
// ensure we have a single version in the classpath despite transitive dependencies
198198
libs.scalaLibrary,
199199
libs.scalaReflect,
200-
libs.jacksonAnnotations,
201-
libs.commonsLang
200+
libs.jacksonAnnotations
202201
)
203202
}
204203
}

gradle/dependencies.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ versions += [
5757
caffeine: "3.2.0",
5858
bndlib: "7.1.0",
5959
checkstyle: project.hasProperty('checkstyleVersion') ? checkstyleVersion : "10.20.2",
60-
commonsLang: "3.18.0",
6160
commonsValidator: "1.10.1",
6261
classgraph: "4.8.179",
6362
gradle: "9.2.1",
@@ -155,7 +154,6 @@ libs += [
155154
bndlib:"biz.aQute.bnd:biz.aQute.bndlib:$versions.bndlib",
156155
caffeine: "com.github.ben-manes.caffeine:caffeine:$versions.caffeine",
157156
classgraph: "io.github.classgraph:classgraph:$versions.classgraph",
158-
commonsLang: "org.apache.commons:commons-lang3:$versions.commonsLang",
159157
commonsValidator: "commons-validator:commons-validator:$versions.commonsValidator",
160158
jacksonAnnotations: "com.fasterxml.jackson.core:jackson-annotations:$versions.jacksonAnnotations",
161159
jacksonDatabind: "com.fasterxml.jackson.core:jackson-databind:$versions.jackson",

0 commit comments

Comments
 (0)