mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-20 06:29:16 +00:00
Gradle doesn't support excluding a dependency that's declared with a classifier. Instead, this commit replaces the test-qualified kafka-server-common dependency with the plain dependency. The plain dependency was already present so this is equivalent to excluding the test-qualified dependency. Closes gh-41446