From d0d8d2d6e21b5c7a09e73d6adf7377fd913a7294 Mon Sep 17 00:00:00 2001 From: Greg Brail Date: Thu, 22 Aug 2024 18:38:13 -0700 Subject: [PATCH] Add an SLF4j provider The new test that uses "archunit" needs this so that it's logs will print. --- tests/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/build.gradle b/tests/build.gradle index 191d1cab53..94610379c5 100644 --- a/tests/build.gradle +++ b/tests/build.gradle @@ -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 {