add kafka test container

This commit is contained in:
2025-08-12 13:12:18 +02:00
committed by swordsteel
parent 2328e7ebe2
commit ca85a7ac64
6 changed files with 53 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ dependencies {
implementation(hlaeja.springboot.starter.r2dbc)
implementation(hlaeja.springboot.starter.test)
implementation(hlaeja.testcontainers.junit)
implementation(hlaeja.testcontainers.kafka)
implementation(hlaeja.testcontainers.postgresql)
testRuntimeOnly(hlaeja.junit.platform.launcher)