Fix version in cloud event sample

This commit is contained in:
Oleg Zhurakousky
2021-10-19 09:26:38 +02:00
parent 87ae4d8b6e
commit a0aede9500

View File

@@ -24,6 +24,10 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-deployer</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream</artifactId> <artifactId>spring-cloud-stream</artifactId>
<version>3.2.0-M2</version> <version>3.2.0-M2</version>
</dependency> </dependency>