From 8e6f67e07788e1ef75fa4ac8a480decf61df573c Mon Sep 17 00:00:00 2001 From: "Siva.ye" Date: Fri, 21 Sep 2018 09:41:22 +0000 Subject: Add jackson-databind dependency Change-Id: Idaa55084f5ecb0dd3536c232cebc14fb50000009 Issue-ID: SO-1047 Signed-off-by: Siva.ye --- dependencies-clm/pom.xml | 8 ++++++++ dependencies/pom.xml | 10 ++++++++++ 2 files changed, 18 insertions(+) diff --git a/dependencies-clm/pom.xml b/dependencies-clm/pom.xml index 32ac3e6..478a52c 100644 --- a/dependencies-clm/pom.xml +++ b/dependencies-clm/pom.xml @@ -78,6 +78,14 @@ com.fasterxml.jackson.core jackson-core + + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.core + jackson-annotations + org.webjars jquery diff --git a/dependencies/pom.xml b/dependencies/pom.xml index 55023bc..8974a71 100644 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -92,6 +92,16 @@ jackson-core 2.9.6 + + com.fasterxml.jackson.core + jackson-databind + 2.9.6 + + + com.fasterxml.jackson.core + jackson-annotations + 2.9.6 + org.webjars jquery -- cgit 1.2.3-korg