aboutsummaryrefslogtreecommitdiffstats
path: root/integration-test/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'integration-test/pom.xml')
-rw-r--r--integration-test/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/integration-test/pom.xml b/integration-test/pom.xml
index b379e9ff1..c84513291 100644
--- a/integration-test/pom.xml
+++ b/integration-test/pom.xml
@@ -88,6 +88,16 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.springframework.kafka</groupId>
+ <artifactId>spring-kafka-test</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.testcontainers</groupId>
+ <artifactId>kafka</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<scope>test</scope>