From e0253b3e3203c65c90f7e3adc32bcf63c99ce084 Mon Sep 17 00:00:00 2001 From: Brindaban Das Date: Fri, 12 Aug 2022 08:21:45 +0000 Subject: [PATCH] jackson databind issue fix --- provider/indexer-ibm/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/provider/indexer-ibm/pom.xml b/provider/indexer-ibm/pom.xml index c19d6975..374c6ea8 100644 --- a/provider/indexer-ibm/pom.xml +++ b/provider/indexer-ibm/pom.xml @@ -35,6 +35,7 @@ 0.16.0-rc1 5.3.22 2.13.2.2 + 2.13.2 @@ -109,6 +110,16 @@ jackson-databind ${jackson-databind.version} + + com.fasterxml.jackson.core + jackson-annotations + ${jackson.version} + + + com.fasterxml.jackson.core + jackson-core + ${jackson.version} + org.springframework.boot spring-boot-starter-security -- GitLab