Further simplified the example: Knowledge about the key is not required
[demos/kafka/deduplication] / pom.xml
diff --git a/pom.xml b/pom.xml
index 210b8aa..3c75755 100644 (file)
--- a/pom.xml
+++ b/pom.xml
 
     <dependency>
       <groupId>org.springframework.boot</groupId>
-      <artifactId>spring-boot-starter</artifactId>
+      <artifactId>spring-boot-starter-web</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework.boot</groupId>
+      <artifactId>spring-boot-starter-actuator</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.kafka</groupId>