We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2bdddd commit f0b75edCopy full SHA for f0b75ed
spring-cloud-function-dependencies/pom.xml
@@ -56,6 +56,11 @@
56
<artifactId>spring-cloud-function-adapter-azure</artifactId>
57
<version>${project.version}</version>
58
</dependency>
59
+ <dependency>
60
+ <groupId>org.springframework.cloud</groupId>
61
+ <artifactId>spring-cloud-function-adapter-azure-web</artifactId>
62
+ <version>${project.version}</version>
63
+ </dependency>
64
<dependency>
65
<groupId>org.springframework.cloud</groupId>
66
<artifactId>spring-cloud-function-adapter-gcp</artifactId>
0 commit comments