spring-cloud-stream icon indicating copy to clipboard operation
spring-cloud-stream copied to clipboard

spring-kafka-test added with default/compile scope in spring-cloud-stream-binder-kafka-streams pom.xml

Open thegiffted1 opened this issue 3 years ago • 1 comments

This dependency should use test scope:

	<dependency>
		<groupId>org.springframework.kafka</groupId>
		<artifactId>spring-kafka-test</artifactId>
	</dependency>

https://github.com/spring-cloud/spring-cloud-stream-binder-kafka/blob/main/spring-cloud-stream-binder-kafka-streams/pom.xml

thegiffted1 avatar May 11 '22 15:05 thegiffted1

@thegiffted1 I just want to confirm the binder version where you observe this - 4.0.0-SNAPSHOT? I moved the issue over here as this is the new home for the Kafka binders.

sobychacko avatar May 11 '22 15:05 sobychacko