From cca349ef60ad5db06c66b77618148188e37fe487 Mon Sep 17 00:00:00 2001 From: mathias Date: Thu, 19 Aug 2021 12:06:38 +0200 Subject: [PATCH] Added the slf4j log manager to the dependencies --- pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pom.xml b/pom.xml index 8ef4ba1..22d7621 100644 --- a/pom.xml +++ b/pom.xml @@ -19,6 +19,20 @@ mysql-connector-java 8.0.25 + + + + org.slf4j + slf4j-api + 1.7.32 + + + + + org.slf4j + slf4j-simple + 1.7.32 + \ No newline at end of file