remove unnecessary dependency

master
bvn13 2022-01-29 04:13:34 +03:00
parent 7aa45d2067
commit 22c0f7effe
1 changed files with 0 additions and 3 deletions

View File

@ -16,9 +16,6 @@ dependencies {
// https://mvnrepository.com/artifact/org.slf4j/slf4j-api
implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.35'
// https://mvnrepository.com/artifact/commons-io/commons-io
implementation group: 'commons-io', name: 'commons-io', version: '2.11.0'
// https://mvnrepository.com/artifact/org.apache.commons/commons-lang3
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'