From 53f7f55e8c86a9b70fa588f1d591c65143e0e8e9 Mon Sep 17 00:00:00 2001 From: Nadav Har'El Date: Mon, 13 Dec 2021 10:30:55 +0200 Subject: [PATCH] pom.xml: drop unneeded logging dependencies pom.xml specifies a dependency on slf4j (the Simple Logging Facade for Java) and its ancient log4j backend (slf4j-log4j12), but we don't actually use it the scylla-jmx project - we use the standard java.util.logging. So let's drop the unnecessary (and these log4shell days, scary) dependencies. Signed-off-by: Nadav Har'El Message-Id: <20211213083055.1383507-1-nyh@scylladb.com> --- pom.xml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/pom.xml b/pom.xml index ff38bc8..16efdef 100644 --- a/pom.xml +++ b/pom.xml @@ -27,21 +27,6 @@ scylla-apiclient 1.0 - - org.slf4j - slf4j-api - 1.7.5 - - - org.slf4j - slf4j-simple - 1.6.4 - - - org.slf4j - slf4j-log4j12 - 1.7.5 - junit junit