Skip to content

Commit

Permalink
Add an SLF4j provider
Browse files Browse the repository at this point in the history
The new test that uses "archunit" needs this so that it's logs will
print.
  • Loading branch information
gbrail committed Aug 23, 2024
1 parent cd9aae7 commit d0d8d2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies {
testImplementation("com.tngtech.archunit:archunit-junit4:1.2.0") {
exclude group: 'junit'
}
testImplementation("org.slf4j:slf4j-simple:2.0.16")
}

test {
Expand Down

0 comments on commit d0d8d2d

Please sign in to comment.