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--claude-5~4 X-Git-Url: http://juplo.de/gitweb/?a=commitdiff_plain;h=f9b9901d19579df224a1f7415446d1991d12efa6;p=demos%2Fkafka%2Ftraining 1. Schritt Live-Umbau: POM anpassen --- diff --git a/build.gradle b/build.gradle index 9d3b9cec..be6278a9 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 45c4e4b4..5e2d727e 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