From aed18c1670ec7682daf4717b56927d059bd18af7 Mon Sep 17 00:00:00 2001 From: mikera Date: Tue, 27 Aug 2024 08:33:13 +0100 Subject: [PATCH] Add simple logging for convex-integration --- convex-integration/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convex-integration/pom.xml b/convex-integration/pom.xml index 9b708e4dc..4b7b7c480 100644 --- a/convex-integration/pom.xml +++ b/convex-integration/pom.xml @@ -99,7 +99,7 @@ org.slf4j - slf4j-nop + slf4j-simple ${slf4j.version}