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`