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 d33dc7a506 fix
d33dc7a506 is described below

commit d33dc7a506fd6a3e84a60ed3865e3125514ec423
Author: yuqi <[email protected]>
AuthorDate: Tue Apr 8 10:19:44 2025 +0800

    fix
---
 flink-connector/flink/build.gradle.kts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/flink-connector/flink/build.gradle.kts 
b/flink-connector/flink/build.gradle.kts
index 1de352bfa2..e7a6bec60a 100644
--- a/flink-connector/flink/build.gradle.kts
+++ b/flink-connector/flink/build.gradle.kts
@@ -46,6 +46,7 @@ dependencies {
   }
   implementation(project(":catalogs:catalog-common")) {
     exclude("org.apache.logging.log4j")
+    exclude("org.opensearch.client")
   }
   implementation(libs.guava)
 

Reply via email to