Changes to accommodate upstream boot changes in sring-cloud-stream core

This commit is contained in:
Soby Chacko
2018-08-14 14:23:32 -04:00
parent 2460ff21f7
commit a5eb9eabc2
6 changed files with 18 additions and 17 deletions

View File

@@ -19,12 +19,12 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-binder-kafka</artifactId>
<version>2.0.0.BUILD-SNAPSHOT</version>
<version>2.1.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-binder-kafka-core</artifactId>
<version>2.0.0.BUILD-SNAPSHOT</version>
<version>2.1.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>