We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f958e1f + 4ffff08 commit cb4b915Copy full SHA for cb4b915
java/app/build.gradle
@@ -62,6 +62,8 @@ dependencies {
62
63
compileOnly 'org.projectlombok:lombok:1.18.24'
64
annotationProcessor 'org.projectlombok:lombok:1.18.24'
65
+ implementation "org.slf4j:slf4j-api:1.7.36"
66
+ runtimeOnly 'org.apache.logging.log4j:log4j-slf4j-impl:2.24.2'
67
68
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion"
69
testImplementation "org.junit.jupiter:junit-jupiter-params:$junitVersion"
0 commit comments