CE-1068: checkpoint commit of SES support

This commit is contained in:
Tim Chamberlain
2024-04-23 20:55:58 -05:00
parent a591f57591
commit 5e4305d1d5
12 changed files with 902 additions and 5 deletions

View File

@ -173,6 +173,19 @@
<version>1.12.321</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-ses</artifactId>
<version>1.12.705</version>
</dependency>
<dependency>
<groupId>cloud.localstack</groupId>
<artifactId>localstack-utils</artifactId>
<version>0.2.20</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId>