From 13c850f60102bc5b9318731bfb4aadb89810a2dd Mon Sep 17 00:00:00 2001 From: Shrikant Garg Date: Fri, 12 Aug 2022 09:04:31 +0000 Subject: [PATCH] Merge branch 'jackson-databind-fix' into 'master' fixing jackson databind issue See merge request osdu/platform/system/schema-service!365 (cherry picked from commit 45ee5835fd1c5e522c70016d7f03f6fd0066563f) 6e7bfc03 fixing jackson databind issue --- provider/schema-ibm/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/provider/schema-ibm/pom.xml b/provider/schema-ibm/pom.xml index e0750737..03134e20 100644 --- a/provider/schema-ibm/pom.xml +++ b/provider/schema-ibm/pom.xml @@ -14,6 +14,7 @@ org.opengroup.osdu.schema.provider.ibm.app.SchemaIBMApplication 0.16.0-rc1 5.3.22 + 2.13.2 2.13.2.2 @@ -56,6 +57,17 @@ spring-webmvc ${spring-webmvc.version} + + com.fasterxml.jackson.core + jackson-annotations + ${jackson.version} + + + + com.fasterxml.jackson.core + jackson-core + ${jackson.version} + com.fasterxml.jackson.core jackson-databind -- GitLab