From 2e92a85fac99d5f2366197bbd9d24436efa21c22 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Fri, 21 Oct 2022 14:32:29 +0200 Subject: feat(connector): add JSON based statistic logger --- modules/core_common_webapp/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'modules/core_common_webapp') diff --git a/modules/core_common_webapp/pom.xml b/modules/core_common_webapp/pom.xml index 1b11ad66..c8e9fe6d 100644 --- a/modules/core_common_webapp/pom.xml +++ b/modules/core_common_webapp/pom.xml @@ -40,6 +40,14 @@ org.thymeleaf thymeleaf-spring5 + + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + javax.servlet -- cgit v1.2.3