README.sh führt Poison-Pill-Übung vor
[demos/kafka/training] / pom.xml
diff --git a/pom.xml b/pom.xml
index ecb559a..17d3cba 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   </parent>
 
   <groupId>de.juplo.kafka</groupId>
-  <artifactId>sumup-adder</artifactId>
+  <artifactId>sumup-adder-json</artifactId>
   <version>1.0-SNAPSHOT</version>
   <name>SumUp Adder</name>
-  <description>Calculates the sum for the send messages</description>
+  <description>Calculates the sum for the send messages. This version consumes JSON-messages.</description>
 
   <properties>
     <java.version>11</java.version>
@@ -44,8 +44,8 @@
       <optional>true</optional>
     </dependency>
     <dependency>
-      <groupId>org.apache.kafka</groupId>
-      <artifactId>kafka-clients</artifactId>
+      <groupId>org.springframework.kafka</groupId>
+      <artifactId>spring-kafka</artifactId>
     </dependency>
     <dependency>
       <groupId>org.projectlombok</groupId>
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <artifactId>maven-failsafe-plugin</artifactId>
+      </plugin>
     </plugins>
   </build>