Pin to Spring Kafka snapshot

This commit is contained in:
Soby Chacko
2022-03-31 15:31:37 -04:00
parent 7a8fe391c9
commit dd14d24e4f
2 changed files with 6 additions and 6 deletions

View File

@@ -38,6 +38,11 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka</artifactId>
<version>2.8.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-streams</artifactId>

View File

@@ -11,13 +11,8 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<<<<<<< HEAD
<artifactId>spring-cloud-stream-parent</artifactId>
<version>3.2.3-SNAPSHOT</version>
=======
<artifactId>spring-cloud-stream-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
>>>>>>> a951837e4... Fixes parent
<version>3.2.3-SNAPSHOT</version>
</parent>
<dependencies>