]> 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>
Sun, 31 May 2026 12:47:56 +0000 (12:47 +0000)
build.gradle
pom.xml

index 95e065eea38cac29584ddd57b420f3b80ec4a65a..d5502017109fcae0583158390109cac50a0e812b 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 26702d5b332d6d3a81bea09d4db1c880eac83759..caa942a19b3cd683ebfa80d30c4420694a5a32a4 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>