GH-1222 Add initial support for AWS ScheduledEvent

Resolves #1222
This commit is contained in:
Oleg Zhurakousky
2025-01-14 15:45:30 +01:00
parent 399a4f417e
commit 936726a892
3 changed files with 64 additions and 1 deletions

View File

@@ -55,6 +55,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>