DBZ-5772 Add missing dependency to debezium-server-dist/pom.xml

Signed-off-by: Skezzowski <sipblai@gmail.com>
This commit is contained in:
Skezzowski 2022-12-06 08:10:16 +01:00 committed by Jiri Pechanec
parent 574c1b0015
commit 9c8acf451c

View File

@ -117,6 +117,10 @@
<groupId>io.debezium</groupId>
<artifactId>debezium-server-nats-streaming</artifactId>
</dependency>
<dependency>
<groupId>io.debezium</groupId>
<artifactId>debezium-server-nats-jetstream</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-logging-json</artifactId>