From f86314b4d9d9d0998a37690e572c1bcc9024baa0 Mon Sep 17 00:00:00 2001 From: zhilingc Date: Thu, 17 Jan 2019 16:29:08 +0800 Subject: [PATCH] Fix jackson dependency issue --- core/pom.xml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/core/pom.xml b/core/pom.xml index 3812ae0f0f..a49fe44135 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -184,6 +184,24 @@ 1.48.0 + + + com.fasterxml.jackson.core + jackson-databind + 2.9.4 + + + com.fasterxml.jackson.core + jackson-core + 2.9.4 + + + com.fasterxml.jackson.core + jackson-annotations + 2.9.4 + + + com.github.spullara.mustache.java @@ -194,6 +212,21 @@ com.hubspot.jinjava jinjava 2.4.12 + + + + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.core + jackson-core + + + com.fasterxml.jackson.core + jackson-annotations + +