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 d5e287b..2e4e98f 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>