aboutsummaryrefslogtreecommitdiff
path: root/modules/core_common_webapp/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core_common_webapp/pom.xml')
-rw-r--r--modules/core_common_webapp/pom.xml8
1 files changed, 8 insertions, 0 deletions
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 @@
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf-spring5</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.datatype</groupId>
+ <artifactId>jackson-datatype-jsr310</artifactId>
+ </dependency>
<dependency>
<groupId>javax.servlet</groupId>