From 77561c6eb97f5e8b4548851ee7ec58671389e907 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 27 Mar 2018 19:30:14 +0200 Subject: [PATCH] DATACOUCH-370 - Removed explicit declaration of Jackson library versions. --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index f4a5a563..15ad35bf 100644 --- a/pom.xml +++ b/pom.xml @@ -75,7 +75,6 @@ com.fasterxml.jackson.core jackson-databind - ${jackson}