Use Docker for integration tests related to Kafka support

Co-authored-by: patbaumgartner <contact@patbaumgartner.com>
Signed-off-by: martinfrancois <f.martin@fastmail.com>
This commit is contained in:
martinfrancois
2025-06-13 11:31:36 +02:00
committed by Mahmoud Ben Hassine
parent d95397faf0
commit 3eaf8d9ac9
2 changed files with 31 additions and 15 deletions

View File

@@ -425,6 +425,12 @@
<version>${sqlserver.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>kafka</artifactId>
<version>${testcontainers.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>