]> juplo.de Git - demos/kafka/training/commitdiff
1. Schritt Live-Umbau: POM anpassen
authorKai Moritz <kai@juplo.de>
Sat, 21 Mar 2026 15:33:09 +0000 (16:33 +0100)
committerKai Moritz <kai.milan.moritz@googlemail.com>
Fri, 29 May 2026 20:30:18 +0000 (20:30 +0000)
build.gradle
pom.xml

index 9d3b9cec1c0f1826a75ac2e4e52e1b82a28e0f6e..be6278a95a7ee5a4eaa7cbd7bcbf660802634fe8 100644 (file)
@@ -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 45c4e4b4337a8388046f39fa83d877341a50763f..5e2d727ecd8df5f63705736f771fbc193463d713 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -40,8 +40,8 @@
       <artifactId>spring-boot-starter-validation</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.apache.kafka</groupId>
-      <artifactId>kafka-clients</artifactId>
+      <groupId>org.springframework.boot</groupId>
+      <artifactId>spring-boot-starter-kafka</artifactId>
     </dependency>
     <dependency>
       <groupId>org.projectlombok</groupId>