Add reactive Kafka binder to bom dependencies

This commit is contained in:
Soby Chacko
2022-07-27 20:05:52 -04:00
parent ad520fff3f
commit 6382326499

View File

@@ -46,6 +46,11 @@
<artifactId>spring-cloud-stream-binder-kafka</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-binder-kafka-reactive</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-binder-kafka-streams</artifactId>