From af71bd32fc5153636aa5c837722ba8c211602458 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 27 Mar 2018 19:42:27 +0200 Subject: [PATCH] DATAREDIS-798 - Removed explicit declaration of Jackson library versions. --- pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pom.xml b/pom.xml index 855489862..38b1cc7a0 100644 --- a/pom.xml +++ b/pom.xml @@ -97,14 +97,12 @@ com.fasterxml.jackson.core jackson-core - ${jackson} true com.fasterxml.jackson.core jackson-databind - ${jackson} true