From f82a019b5b6feccc516ecf0e71b1f56e3718cadb Mon Sep 17 00:00:00 2001 From: Michael Osipov Date: Sat, 1 Jun 2024 22:37:03 +0200 Subject: [PATCH] Add missing dependency --- pom.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b447742a2..a8b4a191c 100644 --- a/pom.xml +++ b/pom.xml @@ -95,7 +95,7 @@ under the License. 4.9.2 3.3.0 1.4.1 - 1.7.36 + 1.7.36 2023-10-20T21:21:50Z @@ -313,6 +313,11 @@ under the License. compile + + org.slf4j + slf4j-api + ${slf4jVersion} + @@ -428,7 +433,7 @@ under the License. org.slf4j slf4j-simple - ${slf4j.version} + ${slf4jVersion} test