From 2b094850a284a82703cb31637daa39e007e07fbd Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 20 Feb 2018 12:54:55 +0100 Subject: [PATCH] DATAREDIS-721 - Use jackson version defined in parent pom. Original Pull Request: #315 --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 4edfbe290..3f4db9edf 100644 --- a/pom.xml +++ b/pom.xml @@ -114,12 +114,14 @@ com.fasterxml.jackson.core jackson-core + ${jackson} true com.fasterxml.jackson.core jackson-databind + ${jackson} true