From 16c7689355ecfe3132acd6a03d8a426d8608fbd6 Mon Sep 17 00:00:00 2001 From: Shay Banon Date: Fri, 1 May 2015 19:03:14 +0200 Subject: [PATCH] Exclude jackson-databind dependency the jackson yaml data format pulls in the databind dependency, its important that we exclude it so we won't use any of its classes by mistake --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index a3611822d9a..432aa22744e 100644 --- a/pom.xml +++ b/pom.xml @@ -267,6 +267,12 @@ jackson-dataformat-yaml 2.5.1 compile + + + com.fasterxml.jackson.core + jackson-databind + +