Skip to content

Commit

Permalink
Merge pull request #42 from G8XSU/fix-logging-dep
Browse files Browse the repository at this point in the history
Add log4j as Slf4j Impl.
  • Loading branch information
arik-so authored Dec 12, 2024
2 parents f958e1f + 4ffff08 commit cb4b915
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions java/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ dependencies {

compileOnly 'org.projectlombok:lombok:1.18.24'
annotationProcessor 'org.projectlombok:lombok:1.18.24'
implementation "org.slf4j:slf4j-api:1.7.36"
runtimeOnly 'org.apache.logging.log4j:log4j-slf4j-impl:2.24.2'

testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion"
testImplementation "org.junit.jupiter:junit-jupiter-params:$junitVersion"
Expand Down

0 comments on commit cb4b915

Please sign in to comment.