Commit 67687a1
committed
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>1 parent 5835712 commit 67687a1
1 file changed
+0
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | 71 | | |
73 | 72 | | |
74 | 73 | | |
| |||
326 | 325 | | |
327 | 326 | | |
328 | 327 | | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
335 | 328 | | |
336 | 329 | | |
337 | 330 | | |
| |||
0 commit comments