From 885bcba0148385967a0d3d38518604ebf61e3fa6 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 a559bf767..7f4e20fa6 100644 --- a/pom.xml +++ b/pom.xml @@ -126,14 +126,12 @@ com.fasterxml.jackson.core jackson-core - ${jackson} true com.fasterxml.jackson.core jackson-databind - ${jackson} true