From: Kai Moritz Date: Sat, 21 Mar 2026 15:33:09 +0000 (+0100) Subject: 1. Schritt Live-Umbau: POM anpassen X-Git-Tag: springkafka/spring-producer--livecoding--schritte--2026-03-22--20-47~4 X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;h=65e3c12b739b24e59b45ce1cfd5be11b8261c550;p=demos%2Fkafka%2Ftraining 1. Schritt Live-Umbau: POM anpassen --- 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