mirror of
https://github.com/wahyd4/spring-cloud-stream-samples.git
synced 2026-08-09 05:16:18 +10:00
Fixes spring-cloud/spring-cloud-stream-samples#99 Add `LocalKinesisResource` which is going to be used as a `@ClassRule` to ensure in the unit test that local service is available for performing the test. For that reason add `spring-cloud-stream-test-support-internal` dependency since `LocalKinesisResource` is based on the `AbstractExternalResourceTestSupport`