fix: The sink is recreated, if it gets canceled
[demos/kafka/chat] / pom.xml
diff --git a/pom.xml b/pom.xml
index 98ef4af..2945435 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -9,17 +9,17 @@
     <relativePath/> <!-- lookup parent from repository -->
   </parent>
   <groupId>de.juplo.kafka</groupId>
-  <artifactId>chatroom</artifactId>
+  <artifactId>chat-backend</artifactId>
   <version>0.0.1-SNAPSHOT</version>
   <name>Chatroom Service</name>
-  <description>Simplified Chatroom-Service, that needs state on the server</description>
+  <description>Simplified Chat-Service, that needs state on the server</description>
   <properties>
     <java.version>17</java.version>
   </properties>
   <dependencies>
     <dependency>
       <groupId>org.springframework.boot</groupId>
-      <artifactId>spring-boot-starter-web</artifactId>
+      <artifactId>spring-boot-starter-webflux</artifactId>
     </dependency>
 
     <dependency>