Fix 'spring-cloud-stream-binder-kafka-test-support'

Set scope compile on 'spring-kafka-test' so that the
dependency is transitive.
This commit is contained in:
Marius Bogoevici
2017-02-21 19:11:31 -05:00
parent 585448dbad
commit ef220a551a

View File

@@ -19,6 +19,7 @@
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka-test</artifactId>
<version>${spring-kafka.version}</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>