Tests: Der EndlessConsumer wird jetzt doch asynchron ausgeführt
[demos/kafka/training] / pom.xml
diff --git a/pom.xml b/pom.xml
index c01ed2c..f218085 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <artifactId>spring-kafka-test</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.awaitility</groupId>
+      <artifactId>awaitility</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <build>