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

@@ -81,6 +81,10 @@
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream</artifactId>