Bugfix: Check for existence of a new transfer requires a remote-call
[demos/kafka/demos-kafka-payment-system-transfer] / pom.xml
diff --git a/pom.xml b/pom.xml
index e1abff8..f536f3d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
 
   <groupId>de.juplo.kafka.payment</groupId>
   <artifactId>transfer</artifactId>
-  <version>2.0.0</version>
+  <version>2.1-SNAPSHOT</version>
   <name>Transfer Service</name>
   <description>An MVP for the Transfer Service</description>
 
       <groupId>org.springframework.boot</groupId>
       <artifactId>spring-boot-starter-web</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.springframework.boot</groupId>
+      <artifactId>spring-boot-starter-webflux</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.springframework.boot</groupId>
       <artifactId>spring-boot-starter-validation</artifactId>