From 51b644e4003dd63cca9b3701de84582f148e2eb0 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 bcb1b0aed..8ec86b001 100644 --- a/pom.xml +++ b/pom.xml @@ -114,14 +114,12 @@ com.fasterxml.jackson.core jackson-core - ${jackson} true com.fasterxml.jackson.core jackson-databind - ${jackson} true