From 1f497c613d896194560919c4b0645ce225d7a266 Mon Sep 17 00:00:00 2001 From: ianagbip1oti Date: Wed, 30 Dec 2020 09:34:39 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20FIX:=20Move=20Jackson=20to=20pro?= =?UTF-8?q?vided=20scope?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index b536c74..5f8632a 100644 --- a/pom.xml +++ b/pom.xml @@ -76,11 +76,13 @@ com.fasterxml.jackson.core jackson-core ${lib.jackson.version} + provided com.fasterxml.jackson.core jackson-databind ${lib.jackson.version} + provided org.apache.logging.log4j