From dd9a2f709d839b4f930f5920fc4e160a8b6aef50 Mon Sep 17 00:00:00 2001 From: Christian Tzolov Date: Mon, 1 Feb 2021 10:41:32 +0100 Subject: [PATCH] Fix cdc logging classpath issue - Exclude a slf4j-log4j12 dependency inherited by slf4j-log4j12 that clashes with the spring boot logging. --- functions/common/cdc-debezium-common/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/functions/common/cdc-debezium-common/pom.xml b/functions/common/cdc-debezium-common/pom.xml index 88861be9..d3bef15e 100644 --- a/functions/common/cdc-debezium-common/pom.xml +++ b/functions/common/cdc-debezium-common/pom.xml @@ -28,6 +28,12 @@ io.debezium debezium-embedded ${version.debezium} + + + slf4j-log4j12 + org.slf4j + +