diff options
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 16184607..1ca6d90e 100644 --- a/eaaf_core/pom.xml +++ b/eaaf_core/pom.xml @@ -66,7 +66,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> |