"Fixed" the bug by adding a default-handler
[demos/kafka/kafkahandler] / pom.xml
diff --git a/pom.xml b/pom.xml
index 5065249..913b352 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>