Cleanup and more tests

This commit is contained in:
Oleg Zhurakousky
2023-03-07 14:30:00 +01:00
parent 43cf607e7f
commit 5fd3168a50
14 changed files with 293 additions and 588 deletions

View File

@@ -86,6 +86,11 @@
<artifactId>spring-cloud-function-grpc-cloudevent-ext</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-serverless-web</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<profiles>