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).
This commit is contained in:
Soby Chacko
2022-11-30 15:19:42 -05:00
parent d6fee8a258
commit 02b3b8e02e

View File

@@ -16,7 +16,7 @@
<modules>
<module>kafka-binder</module>
<module>rabbit-binder</module>
<module>kinesis-binder</module>
<!-- <module>kinesis-binder</module>-->
</modules>
</project>