Skip to content

Commit 0e6b27c

Browse files
committed
debezium/dbz#1097 Add test dependencies for Testcontainers and Quarkus test common
Signed-off-by: Kartik Angiras <angiraskartik@gmail.com>
1 parent a69ed63 commit 0e6b27c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

debezium-platform-conductor/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,18 @@
539539
<scope>test</scope>
540540
</dependency>
541541

542+
<dependency>
543+
<groupId>org.testcontainers</groupId>
544+
<artifactId>testcontainers</artifactId>
545+
<scope>test</scope>
546+
</dependency>
547+
548+
<dependency>
549+
<groupId>io.quarkus</groupId>
550+
<artifactId>quarkus-test-common</artifactId>
551+
<scope>test</scope>
552+
</dependency>
553+
542554
<dependency>
543555
<groupId>ch.qos.logback</groupId>
544556
<artifactId>logback-classic</artifactId>

0 commit comments

Comments
 (0)