Pin to Spring Kafka snapshot
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user