From 21f6264bf3558ba65038e32201247120c4f75f67 Mon Sep 17 00:00:00 2001 From: Simon Templer Date: Tue, 11 Feb 2025 15:48:53 +0100 Subject: [PATCH] build: do not include slf4j binding as library dependency Including the slf4j binding causes problems in any downstream application that intends to use a different slf4j binding (e.g. slf4j-simple, logback, etc.). Fixes #62 --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 3636cda3..ce46ebc9 100644 --- a/pom.xml +++ b/pom.xml @@ -83,6 +83,7 @@ org.slf4j slf4j-nop 2.0.12 + test junit