From b541fca68fe7f13456a892aa7340281da19cb6dd Mon Sep 17 00:00:00 2001 From: Marius Bogoevici Date: Tue, 21 Feb 2017 19:11:31 -0500 Subject: [PATCH] Fix 'spring-cloud-stream-binder-kafka-test-support' Set scope compile on 'spring-kafka-test' so that the dependency is transitive. --- spring-cloud-stream-binder-kafka-test-support/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-cloud-stream-binder-kafka-test-support/pom.xml b/spring-cloud-stream-binder-kafka-test-support/pom.xml index 0eb132bee..55ace7837 100644 --- a/spring-cloud-stream-binder-kafka-test-support/pom.xml +++ b/spring-cloud-stream-binder-kafka-test-support/pom.xml @@ -19,6 +19,7 @@ org.springframework.kafka spring-kafka-test ${spring-kafka.version} + compile