Make spring-cloud-function-adapter-aws-web depend on base module

This commit is contained in:
Oleg Zhurakousky
2023-03-06 18:54:52 +01:00
parent 346ceb4744
commit 43cf607e7f
14 changed files with 44 additions and 2612 deletions

View File

@@ -22,6 +22,11 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-serverless-web</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>