From 02b3b8e02ec66bc246efe982af7a515fd6838da5 Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Wed, 30 Nov 2022 15:19:42 -0500 Subject: [PATCH] Disconnect Kinesis binder from the build - Kinesis binder depends on spring-cloud-aws library which only becomes available after the spring-cloud (2022) release that includes Spring Cloud Stream release. This creates a cycle and thus we cannot include Kinesis binder release as part of the Spring Cloud Stream release train. See this issue for more details: https://github.com/spring-cloud/spring-cloud-stream/issues/2572 - Subsequently, we will remove the source code for Kinesis binder from core SCSt repostiroy and move it into it's own space (as it was before). --- binders/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binders/pom.xml b/binders/pom.xml index 4a5690e26..5a467ac8d 100644 --- a/binders/pom.xml +++ b/binders/pom.xml @@ -16,7 +16,7 @@ kafka-binder rabbit-binder - kinesis-binder +