From 2de3c9e3e583d680e266dc1cd0cc663c1fc7321c Mon Sep 17 00:00:00 2001 From: Jerome Van Der Linden Date: Thu, 12 Oct 2023 13:14:48 +0200 Subject: [PATCH] enforce our version of jackson-databind in serialization module --- powertools-serialization/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/powertools-serialization/pom.xml b/powertools-serialization/pom.xml index b1f228df7..e5c4087fe 100644 --- a/powertools-serialization/pom.xml +++ b/powertools-serialization/pom.xml @@ -67,6 +67,10 @@ org.apache.logging.log4j log4j-slf4j2-impl + + com.fasterxml.jackson.core + jackson-databind +