From 8db9bd543700747a55f8d336803c90bffa92c274 Mon Sep 17 00:00:00 2001 From: Chen Zhiling Date: Thu, 17 Jan 2019 16:33:58 +0800 Subject: [PATCH] Fix jackson dependency issue (#82) --- 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 + +