WIP
[demos/kafka/training] / pom.xml
diff --git a/pom.xml b/pom.xml
index a252d1c..9935ed8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   </parent>
 
   <groupId>de.juplo.kafka</groupId>
-  <artifactId>sumup-adder-springified</artifactId>
+  <artifactId>spring-consumer</artifactId>
   <version>1.0-SNAPSHOT</version>
-  <name>SumUp Adder</name>
-  <description>Calculates the sum for the send messages. This version consumes JSON-messages.</description>
+  <name>Spring Consumer</name>
+  <description>Super Simple Consumer-Group, that is configured by Spring Kafka</description>
 
   <properties>
     <java.version>11</java.version>
       <groupId>org.springframework.boot</groupId>
       <artifactId>spring-boot-starter-web</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.springframework.boot</groupId>
-      <artifactId>spring-boot-starter-data-mongodb</artifactId>
-    </dependency>
     <dependency>
       <groupId>org.springframework.boot</groupId>
       <artifactId>spring-boot-starter-validation</artifactId>