Updated Task to support LocalDateTime from Spring Batch

This commit is contained in:
Glenn Renfro
2022-10-12 11:44:02 -04:00
parent 6d52da0cd7
commit 61f69265a1
8 changed files with 43 additions and 27 deletions

View File

@@ -102,5 +102,11 @@
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<scope>test</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>