feat: implemented a listen-method for the chat-service based on a Flux
[demos/kafka/chat] / pom.xml
diff --git a/pom.xml b/pom.xml
index 98ef4af..22d1810 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
   <dependencies>
     <dependency>
       <groupId>org.springframework.boot</groupId>
-      <artifactId>spring-boot-starter-web</artifactId>
+      <artifactId>spring-boot-starter-webflux</artifactId>
     </dependency>
 
     <dependency>