From 2e5ba30b3205f32dcbf10de4765b1aad2ee46cbe Mon Sep 17 00:00:00 2001 From: deiflaender Date: Fri, 22 Jul 2022 15:03:19 +0200 Subject: [PATCH] RED-4686: Added jackson-commons to fix InvalidDefinitionException: Java 8 date/time type java.time.OffsetDateTime --- redaction-service-v1/redaction-service-server-v1/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/redaction-service-v1/redaction-service-server-v1/pom.xml b/redaction-service-v1/redaction-service-server-v1/pom.xml index 7eae3868..7296539d 100644 --- a/redaction-service-v1/redaction-service-server-v1/pom.xml +++ b/redaction-service-v1/redaction-service-server-v1/pom.xml @@ -20,6 +20,11 @@ + + com.iqser.red.commons + jackson-commons + 1.0.0 + com.iqser.red.commons storage-commons