Replace log4j with slf4j

This commit is contained in:
2025-01-26 23:01:35 +01:00
parent a3882ab42b
commit 258ff19064
18 changed files with 54 additions and 66 deletions

View File

@@ -29,8 +29,8 @@ dependencies {
implementation 'com.google.guava:guava:33.4.0-jre'
implementation 'commons-cli:commons-cli:1.9.0'
implementation 'net.sourceforge.argparse4j:argparse4j:0.9.0'
implementation 'org.apache.logging.log4j:log4j-api:2.12.3'
implementation 'org.apache.logging.log4j:log4j-core:2.12.3'
implementation 'org.slf4j:slf4j-api:1.6.1'
implementation 'org.slf4j:slf4j-simple:1.6.1'
implementation 'javax.xml.bind:jaxb-api:2.4.0-b180830.0359'
implementation 'software.amazon.awssdk:s3:2.30.6'
testImplementation 'junit:junit:4.13.2'