Parameter `partition` wiederbelebt
[demos/kafka/training] / pom.xml
diff --git a/pom.xml b/pom.xml
index e4d24bb..de665ad 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -12,9 +12,9 @@
   </parent>
 
   <groupId>de.juplo.kafka</groupId>
-  <artifactId>rest-producer</artifactId>
-  <name>REST Producer</name>
-  <description>A Simple Producer that takes messages via POST and confirms successs</description>
+  <artifactId>sumup-gateway</artifactId>
+  <name>REST Gateway for the SumUp-Services</name>
+  <description>A simple REST-Gateway to talk to the Sumup-Services</description>
   <version>1.0-SNAPSHOT</version>
 
   <dependencies>
       <artifactId>spring-boot-configuration-processor</artifactId>
       <optional>true</optional>
     </dependency>
+    <dependency>
+      <groupId>org.springframework.boot</groupId>
+      <artifactId>spring-boot-starter-validation</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.apache.kafka</groupId>
       <artifactId>kafka-clients</artifactId>