Add integration with AWS API latch

This commit is contained in:
Oleg Zhurakousky
2023-03-23 10:38:42 +01:00
parent 04baab62b7
commit e7e808916b
5 changed files with 318 additions and 45 deletions

View File

@@ -27,8 +27,10 @@
<artifactId>spring-webmvc</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<!-- <version>6.0.0</version>-->
<!-- <scope>provided</scope>-->
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>