From 5865c9e49fb399c7690ed87925ba7b8ad5d98f13 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Mon, 15 May 2023 08:36:30 +0200 Subject: refact(core): change process-data holder-implementation to use Jackson serialization for storage --- eaaf_core_api/pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'eaaf_core_api/pom.xml') diff --git a/eaaf_core_api/pom.xml b/eaaf_core_api/pom.xml index ce140dea..8cf64e77 100644 --- a/eaaf_core_api/pom.xml +++ b/eaaf_core_api/pom.xml @@ -48,6 +48,10 @@ com.google.code.findbugs jsr305 + + com.fasterxml.jackson.core + jackson-annotations + javax.servlet javax.servlet-api @@ -63,6 +67,19 @@ src/main/resources + + + + com.github.spotbugs + spotbugs-maven-plugin + ${spotbugs-maven-plugin.version} + + true + checks/spotbugs-exclude.xml + + + + -- cgit v1.2.3