弃用 commons-lang (#2061)

* Remove ArrayUtils

* Remove MutableObject

* VersionRange

* Replace Range with VersionRange

* fix checkstyle

* Update

* update

* update

* fix checkstyle

* fix checkstyle

* update
This commit is contained in:
Glavo
2023-02-08 19:57:52 +08:00
committed by GitHub
parent 90c261ddd1
commit 7e522ff136
15 changed files with 391 additions and 79 deletions

View File

@@ -15,6 +15,5 @@ dependencies {
api("com.nqzero:permit-reflect:0.3")
api("org.nanohttpd:nanohttpd:2.3.1")
api("org.apache.commons:commons-compress:1.21")
api("org.apache.commons:commons-lang3:3.12.0")
compileOnlyApi("org.jetbrains:annotations:16.0.3")
}