From 22653efd7ca1652df18816e5aca817064df70bf1 Mon Sep 17 00:00:00 2001
From: Simon Rettberg
Date: Wed, 24 Jul 2024 19:47:51 +0200
Subject: (Re)add log4j2 binding for slf4j (1)
To silence warnings on dmsd startup, we switched to the
slf4j 2.x bindings for log4j2 in 8167903bd02ee. This
however created the same problem for the client, as it
is using slf4j 1.7 through a different dependency.
Solve this by adding both bindings.
---
pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index 2ac2b79..951fa34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -187,6 +187,12 @@
[2.17,2.9999]
compile
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ [2.17,2.9999]
+ compile
+
org.apache.logging.log4j
log4j-slf4j2-impl
--
cgit v1.2.3-55-g7522