Initial commit of web-app-as-lambda support

This commit is contained in:
Oleg Zhurakousky
2023-02-20 16:29:23 +01:00
parent 3a9c98ef14
commit 3ded697223

View File

@@ -93,6 +93,17 @@
<optional>true</optional>
<!-- <scope>test</scope> -->
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<!-- <version>3.1.0</version>-->
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-web</artifactId>