Das README-Skript gibt die Header mit aus, damit man den Type-Header sieht
[demos/kafka/training] / pom.xml
diff --git a/pom.xml b/pom.xml
index 0c24f8b..a0fe12a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -12,9 +12,9 @@
   </parent>
 
   <groupId>de.juplo.kafka</groupId>
-  <artifactId>sumup-requests</artifactId>
+  <artifactId>sumup-requests-json</artifactId>
   <name>SumUp-Requests</name>
-  <description>A service that reads computation requests from an incomming topic and generates according messages for the SumUp-Consumer on an outgoing topic</description>
+  <description>A service that reads computation requests from an incomming topic and generates according messages for the SumUp-Consumer on an outgoing topic. This version generates two types of JSON-messages.</description>
   <version>1.0-SNAPSHOT</version>
 
   <dependencies>
@@ -36,8 +36,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>