From d4fe9d5dd29b80313881ccf7069df0636a1a5411 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sat, 21 Mar 2026 16:33:09 +0100 Subject: [PATCH] 1. Schritt Live-Umbau: POM anpassen --- build.gradle | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 95e065ee..d5502017 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ repositories { } dependencies { - implementation 'org.apache.kafka:kafka-clients' + implementation 'org.springframework.boot:spring-boot-starter-kafka' implementation 'org.springframework.boot:spring-boot-starter-actuator' implementation 'org.springframework.boot:spring-boot-starter-validation' implementation 'org.springframework.boot:spring-boot-starter-web' diff --git a/pom.xml b/pom.xml index 26702d5b..caa942a1 100644 --- a/pom.xml +++ b/pom.xml @@ -40,8 +40,8 @@ spring-boot-starter-validation - org.apache.kafka - kafka-clients + org.springframework.boot + spring-boot-starter-kafka org.projectlombok -- 2.39.5