wIP
authorKai Moritz <kai@juplo.de>
Sat, 3 Feb 2024 20:09:51 +0000 (21:09 +0100)
committerKai Moritz <kai@juplo.de>
Fri, 23 Feb 2024 15:40:03 +0000 (16:40 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index e98a75e..13a0e7c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <artifactId>mongodb</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.testcontainers</groupId>
+      <artifactId>kafka</artifactId>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>org.testcontainers</groupId>
       <artifactId>junit-jupiter</artifactId>