From c79a35735b820906d206a7ae7b908b6b7467a0a8 Mon Sep 17 00:00:00 2001 From: chenxu Date: Mon, 20 Jan 2025 13:09:31 +0800 Subject: [PATCH] exclude slf4j-api 2.0 Signed-off-by: chenxu --- lakesoul-flink/pom.xml | 2 +- lakesoul-spark/pom.xml | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lakesoul-flink/pom.xml b/lakesoul-flink/pom.xml index 2a4bcd780..eeceadf24 100644 --- a/lakesoul-flink/pom.xml +++ b/lakesoul-flink/pom.xml @@ -62,7 +62,7 @@ SPDX-License-Identifier: Apache-2.0 org.slf4j - slf4j-log4j12 + * log4j diff --git a/lakesoul-spark/pom.xml b/lakesoul-spark/pom.xml index f880dd64d..ab7766b61 100644 --- a/lakesoul-spark/pom.xml +++ b/lakesoul-spark/pom.xml @@ -80,7 +80,7 @@ SPDX-License-Identifier: Apache-2.0 org.slf4j - slf4j-log4j12 + * log4j @@ -147,6 +147,7 @@ SPDX-License-Identifier: Apache-2.0 io.jhdf jhdf 0.6.10 + ${local.scope} @@ -453,6 +454,9 @@ SPDX-License-Identifier: Apache-2.0 net.alchim31.maven scala-maven-plugin 4.9.0 + + -Ylog-classpath + scala-compile-first