]> 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@juplo.de>
Sun, 22 Mar 2026 15:20:32 +0000 (16:20 +0100)
build.gradle
pom.xml

index be815f3ee11a23b968b7fb46949b95087b3bd81c..12a8d73d9d8cc6216e665d5ea28ba8034d7c6876 100644 (file)
@@ -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 f20470aa826da0776eb026765238261d7edc0959..fcb71bd83810bbb55a0c65766e71f876124075a6 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>