splitter: 1.0.0-vanilla-kafka - Fixed the test "Context Loads"
[demos/kafka/wordcount] / pom.xml
diff --git a/pom.xml b/pom.xml
index cc61fcf..f413864 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <artifactId>spring-boot-starter-test</artifactId>
                        <scope>test</scope>
                </dependency>
+               <dependency>
+                       <groupId>org.springframework.kafka</groupId>
+                       <artifactId>spring-kafka-test</artifactId>
+                       <scope>test</scope>
+               </dependency>
        </dependencies>
 
        <build>