projects
/
demos
/
kafka
/
chat
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
337a977
)
wIP
author
Kai Moritz
<kai@juplo.de>
Sat, 3 Feb 2024 20:09:51 +0000
(21:09 +0100)
committer
Kai Moritz
<kai@juplo.de>
Fri, 23 Feb 2024 15:40:03 +0000
(16:40 +0100)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
e98a75e
..
13a0e7c
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-80,6
+80,11
@@
<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>