This is an automated email from the ASF dual-hosted git repository.
cancai pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite-avatica.git
The following commit(s) were added to refs/heads/main by this push:
new 49e231653 [CALCITE-7329] Remove slf4j-api from avatica-shadow jar
49e231653 is described below
commit 49e231653f844022590803db7db06658eb2d7978
Author: Istvan Toth <[email protected]>
AuthorDate: Thu Dec 11 10:47:59 2025 +0100
[CALCITE-7329] Remove slf4j-api from avatica-shadow jar
---
shaded/core/build.gradle.kts | 3 +++
1 file changed, 3 insertions(+)
diff --git a/shaded/core/build.gradle.kts b/shaded/core/build.gradle.kts
index fd4cc95e6..daf0a7b4c 100644
--- a/shaded/core/build.gradle.kts
+++ b/shaded/core/build.gradle.kts
@@ -81,6 +81,9 @@ tasks {
dependencyLicenses(licenseFiles)
}
}
+ dependencies {
+ exclude(dependency("org.slf4j:slf4j-api"))
+ }
}
jar {