From d2f04df033984be78c588d2df645684660fc6cea Mon Sep 17 00:00:00 2001 From: mathias Date: Fri, 1 Oct 2021 19:11:09 +0200 Subject: [PATCH] Integrated jackson & slf4j into the pom.xml --- pom.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/pom.xml b/pom.xml index 990a737..e51104b 100644 --- a/pom.xml +++ b/pom.xml @@ -13,4 +13,30 @@ 8 + + + + + com.fasterxml.jackson.core + jackson-core + 2.12.5 + + + + + com.fasterxml.jackson.core + jackson-databind + 2.12.5 + + + + + org.slf4j + slf4j-api + 1.7.32 + + + + + \ No newline at end of file