diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -19,7 +19,7 @@ <!-- ===================================================================== --> <egiz-spring-api>0.3</egiz-spring-api> <egiz-eventlog-slf4jBackend>0.4</egiz-eventlog-slf4jBackend> - <eaaf-core.version>1.1.9</eaaf-core.version> + <eaaf-core.version>1.1.10-SNAPSHOT</eaaf-core.version> <org.springframework.version>5.2.9.RELEASE</org.springframework.version> <org.thymeleaf-spring5.version>3.0.11.RELEASE</org.thymeleaf-spring5.version> <cxf.version>3.4.0</cxf.version> @@ -30,6 +30,8 @@ <com.google.guava.version>29.0-jre</com.google.guava.version> <joda-time.version>2.10.6</joda-time.version> <org.slf4j.version>1.7.30</org.slf4j.version> + <jackson-datatype-jsr310.version>2.11.3</jackson-datatype-jsr310.version> + <!-- testing --> <junit.version>4.13</junit.version> @@ -202,6 +204,11 @@ <artifactId>commons-collections4</artifactId> <version>${commons-collections4.version}</version> </dependency> + <dependency> + <groupId>com.fasterxml.jackson.datatype</groupId> + <artifactId>jackson-datatype-jsr310</artifactId> + <version>${jackson-datatype-jsr310.version}</version> + </dependency> <!-- Testing --> |