From 1b435995b37e109ca03d204c971f8d1fc5254071 Mon Sep 17 00:00:00 2001
From: sherzinger <sascha.herzinger@uni.lu>
Date: Fri, 18 Jan 2019 11:21:14 +0100
Subject: [PATCH] Use same jackson version than the core dep

---
 rest-api/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rest-api/pom.xml b/rest-api/pom.xml
index 7a2bb4be67..f9d2e9f26b 100644
--- a/rest-api/pom.xml
+++ b/rest-api/pom.xml
@@ -70,7 +70,7 @@
 		<dependency>
 			<groupId>com.fasterxml.jackson.datatype</groupId>
 			<artifactId>jackson-datatype-jsr310</artifactId>
-			<version>2.9.6</version>
+			<version>${jackson.version}</version>
 		</dependency>
 
 		<dependency>
-- 
GitLab