This is an automated email from the ASF dual-hosted git repository. yuqi4733 pushed a commit to branch issue_6852 in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/issue_6852 by this push: new 89cb38b9d9 fix some problem 89cb38b9d9 is described below commit 89cb38b9d9d58bcea60a7dcd9deb9999096ebf91 Author: yuqi <y...@datastrato.com> AuthorDate: Wed Apr 9 09:34:56 2025 +0800 fix some problem --- flink-connector/flink/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flink-connector/flink/build.gradle.kts b/flink-connector/flink/build.gradle.kts index e7a6bec60a..ea0a2d0e76 100644 --- a/flink-connector/flink/build.gradle.kts +++ b/flink-connector/flink/build.gradle.kts @@ -42,11 +42,11 @@ val artifactName = "${rootProject.name}-flink-${flinkMajorVersion}_$scalaVersion dependencies { implementation(project(":core")) { - exclude("*") + exclude("org.apache.logging.log4j") + exclude("org.opensearch.client") } implementation(project(":catalogs:catalog-common")) { exclude("org.apache.logging.log4j") - exclude("org.opensearch.client") } implementation(libs.guava)