From 200db1041b0c40eb87b365fad2725b95d283d04a 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