diff options
author | Thomas <> | 2024-02-01 17:24:48 +0100 |
---|---|---|
committer | Thomas <> | 2024-02-01 17:24:48 +0100 |
commit | c9886d89daa2a36b4cd96f4e956ef9e59aee291c (patch) | |
tree | f3e4557f40b82b09e650c0d7a2859e8e2f01b213 /eaaf_core/pom.xml | |
parent | b6a931c21927675491af40bc32cebfa5d432124e (diff) | |
download | EAAF-Components-c9886d89daa2a36b4cd96f4e956ef9e59aee291c.tar.gz EAAF-Components-c9886d89daa2a36b4cd96f4e956ef9e59aee291c.tar.bz2 EAAF-Components-c9886d89daa2a36b4cd96f4e956ef9e59aee291c.zip |
feat(core): add Jackson Joda module
Hint: Modules will be only loaded if it is available on classpath
Diffstat (limited to 'eaaf_core/pom.xml')
-rw-r--r-- | eaaf_core/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/eaaf_core/pom.xml b/eaaf_core/pom.xml index 3b137720..1859e165 100644 --- a/eaaf_core/pom.xml +++ b/eaaf_core/pom.xml @@ -61,7 +61,12 @@ <groupId>com.fasterxml.jackson.module</groupId> <artifactId>jackson-module-parameter-names</artifactId> <scope>provided</scope> - </dependency> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.datatype</groupId> + <artifactId>jackson-datatype-joda</artifactId> + <scope>provided</scope> + </dependency> <dependency> <groupId>org.slf4j</groupId> |