GH-692 Fix reactive support in Azure FunctionInvoker

Resolves #692
This commit is contained in:
Oleg Zhurakousky
2021-05-25 17:25:06 +02:00
parent 1e6bac470c
commit 7e5eaeeb49
6 changed files with 102 additions and 13 deletions

View File

@@ -54,7 +54,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-dependencies</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.1.3-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>