You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.
See https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-stream-binder-kafka-streams/3.2.3 and https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-stream-binder-kafka-streams/3.2.4 and you will clearly see that spring-kafka-test is listed as a compile dependency
The cause seems to be that the scope was unspecified in the spring-cloud-stream-binder-kafka-stream pom but was specified in it's parent spring-cloud-stream-binder-kafka-parent. See https://repo1.maven.org/maven2/org/springframework/cloud/spring-cloud-stream-binder-kafka-parent/3.2.2/spring-cloud-stream-binder-kafka-parent-3.2.2.pom. However parent versions 3.2.3 and 3.2.4 don't contain spring-kafka-test and so spring-kafka-test gets the default scope (compile scope) in spring-cloud-stream-binder-kafka-streams.
The text was updated successfully, but these errors were encountered: