diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/core_common_webapp/pom.xml | 8 | 
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> | 
