Use kinesis binder instead of starter artifact

This commit is contained in:
Soby Chacko
2018-11-14 15:11:46 -05:00
parent 52c4c876a1
commit 1a67f1af23

View File

@@ -19,7 +19,7 @@
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-stream-kinesis</artifactId>
<artifactId>spring-cloud-stream-binder-kinesis</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>