From 65e3c12b739b24e59b45ce1cfd5be11b8261c550 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 be815f3e..12a8d73d 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,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 f20470aa..fcb71bd8 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