IJPL-238 remove the unnecessary usage of commons-lang library (part 4 - update test data)

GitOrigin-RevId: b6a81c064f03067d74ddce9c5291aee1f41716e0
This commit is contained in:
Vladimir Krivosheev
2023-09-12 20:33:19 +02:00
committed by intellij-monorepo-bot
parent b67de4a4b0
commit 03d3b2eb94

View File

@@ -171,9 +171,6 @@ object CommunityLibraryLicenses {
LibraryLicense(name = "Apache Commons IO", libraryName = "commons-io",
url = "https://commons.apache.org/proper/commons-io/")
.apache("https://gitbox.apache.org/repos/asf?p=commons-io.git;a=blob_plain;f=LICENSE.txt;hb=HEAD"),
LibraryLicense(name = "Apache Commons Lang", libraryName = "commons-lang",
url = "https://commons.apache.org/proper/commons-lang/")
.apache("https://gitbox.apache.org/repos/asf?p=commons-lang.git;a=blob_plain;f=LICENSE.txt;hb=HEAD"),
LibraryLicense(name = "Apache Commons Lang", libraryName = "commons-lang3",
url = "https://commons.apache.org/proper/commons-lang/")
.apache("https://gitbox.apache.org/repos/asf?p=commons-lang.git;a=blob_plain;f=LICENSE.txt;hb=HEAD"),