Add support for JODA module

This commit is contained in:
Oleg Zhurakousky
2025-01-14 18:24:17 +01:00
parent 29da96f537
commit d5333a5772
2 changed files with 6 additions and 1 deletions

View File

@@ -65,6 +65,10 @@
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-joda</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>