TMP
[demos/microservices] / validate-user / pom.xml
index 85e9b1d..380b66f 100644 (file)
@@ -4,14 +4,14 @@
 
   <parent>
     <groupId>de.trion.kafka.microservices</groupId>
-    <artifactId>order-example-04</artifactId>
-    <version>0-SNAPSHOT</version>
+    <artifactId>order-example</artifactId>
+    <version>04</version>
   </parent>
 
   <groupId>de.trion.kafka.microservices</groupId>
-  <artifactId>validate-user-04</artifactId>
-  <name>User Validation Service - Schritt 04</name>
-  <version>0-SNAPSHOT</version>
+  <artifactId>validate-user</artifactId>
+  <name>User Validation Service</name>
+  <version>04-SNAPSHOT</version>
 
   <properties>
     <avro.version>1.9.0</avro.version>
       <groupId>org.springframework.boot</groupId>
       <artifactId>spring-boot-starter-actuator</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.springframework.boot</groupId>
+      <artifactId>spring-boot-starter-web</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.apache.kafka</groupId>
       <artifactId>kafka-streams</artifactId>