From ee643c2114246536551b8b121bbd4ed457127963 Mon Sep 17 00:00:00 2001 From: Ronald Petty Date: Tue, 1 Nov 2022 10:52:39 -0700 Subject: [PATCH] Update pom.xml Hi. Thanks for the examples. I am not 100% sure, but I suppose the log4j bugs are what caused these changes. This tutorial: https://docs.confluent.io/platform/current/schema-registry/schema_registry_onprem_tutorial.html#create-the-transactions-topic does not seem to work with the existing pom.xml as the log4j packages moved / versioned. I am actually not sure why the confluent-log4j worked only with a version being set (instead of just taking the latest, maybe a Maven pro can confirm). Thanks again. --- clients/avro/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clients/avro/pom.xml b/clients/avro/pom.xml index 671c6e4f5..d83f16464 100644 --- a/clients/avro/pom.xml +++ b/clients/avro/pom.xml @@ -70,12 +70,13 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd"> org.slf4j - slf4j-log4j12 + slf4j-reload4j io.confluent confluent-log4j + 1.2.17-cp10