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
Remove kafka_2.13 broker dependency from spring-kafka-test
Removes the monolithic Scala-based Kafka broker dependency (kafka_2.13) in favor
of the newer modular Java-based Kafka dependencies. The test module now relies
exclusively on modular artifacts like kafka-server, kafka-metadata, and
kafka-server-common, which provide the necessary test utilities without requiring
the Scala runtime.
- Remove scalaVersion variable from build configuration
- Remove kafka_2.13 dependency and its test classifier variant
- Rely on existing modular dependencies (kafka-server, kafka-metadata, kafka-server-common, etc.)
Signed-off-by: Soby Chacko <soby.chacko@broadcom.com>
0 commit comments