GH-1006 Remove dependency on Joda module

Developers would have to add it themselves with custom instance of ObjectMapper

Resolves #1006
This commit is contained in:
Oleg Zhurakousky
2023-03-01 11:27:16 +01:00
parent 21387e8cee
commit 25243ff472
2 changed files with 9 additions and 10 deletions

View File

@@ -35,10 +35,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-joda</artifactId>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-lambda-java-log4j</artifactId>