Skip to content

Commit a54152c

Browse files
scottfredericksnicoll
authored andcommitted
Remove Kafka libraries for Scala 2.12 from dependency management
Kafka 4.0 dropped support for Scala 2.12, so the `kafka-streams-scala_2.12` and `kafka_2.12` libraries should not be dependency-managed along with the rest of the Kafka 4.1.0 libraries. See gh-47991 Signed-off-by: Scott Frederick <scottyfred@gmail.com>
1 parent 1da6296 commit a54152c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

platform/spring-boot-dependencies/build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1189,14 +1189,9 @@ bom {
11891189
"kafka-storage",
11901190
"kafka-storage-api",
11911191
"kafka-streams",
1192-
"kafka-streams-scala_2.12",
11931192
"kafka-streams-scala_2.13",
11941193
"kafka-streams-test-utils",
11951194
"kafka-tools",
1196-
"kafka_2.12",
1197-
"kafka_2.12" {
1198-
classifier = "test"
1199-
},
12001195
"kafka_2.13",
12011196
"kafka_2.13" {
12021197
classifier = "test"

0 commit comments

Comments
 (0)