DBZ-5857 Excluding JUnit5 from debezium-testing-testcontainers dependency in mongo module

This commit is contained in:
jcechace 2022-12-12 01:22:00 +01:00 committed by Jiri Pechanec
parent 0951f9994f
commit c9ef1136b5

View File

@ -57,6 +57,16 @@
<groupId>io.debezium</groupId>
<artifactId>debezium-testing-testcontainers</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
</exclusion>
<exclusion>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>