From 53e0fe43bc62e1e04818333b9e062c6e56728c7c Mon Sep 17 00:00:00 2001 From: Alex Mukha Date: Thu, 14 Dec 2017 12:02:48 +0000 Subject: [PATCH] REPO-3097 Add jackson 2 dependency --- pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pom.xml b/pom.xml index 68cdec26ec..ae8f4ffd4b 100644 --- a/pom.xml +++ b/pom.xml @@ -38,6 +38,7 @@ 6.16 6.15 1.0 + 2.8.10 6.13 1.0.0 @@ -52,6 +53,21 @@ alfresco-repository ${dependency.alfresco-repository.version} + + com.fasterxml.jackson.core + jackson-core + ${dependency.jackson.version} + + + com.fasterxml.jackson.core + jackson-databind + ${dependency.jackson.version} + + + com.fasterxml.jackson.core + jackson-annotations + ${dependency.jackson.version} + org.codehaus.jackson jackson-core-asl