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:
committed by
Mahmoud Ben Hassine
parent
d95397faf0
commit
3eaf8d9ac9
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user