This is an automated email from the ASF dual-hosted git repository.

amoghj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/main by this push:
     new 5c6629ef91 AWS: exclude logging classes from bundle (#14225)
5c6629ef91 is described below

commit 5c6629ef915061967fa67e4b981b0151cf8d42d4
Author: Daniel Weeks <[email protected]>
AuthorDate: Tue Sep 30 16:03:14 2025 -0700

    AWS: exclude logging classes from bundle (#14225)
---
 aws-bundle/build.gradle | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/aws-bundle/build.gradle b/aws-bundle/build.gradle
index 9e937aa0ed..5b9054812a 100644
--- a/aws-bundle/build.gradle
+++ b/aws-bundle/build.gradle
@@ -53,7 +53,9 @@ project(":iceberg-aws-bundle") {
     }
 
     dependencies {
-      exclude(dependency('org.slf4j:slf4j-api'))
+      exclude(dependency('org.slf4j:.*'))
+      exclude(dependency('org.apache.logging.log4j:.*'))
+      exclude(dependency('org.apache.logging.slf4j:.*'))
     }
 
     // relocate AWS-specific versions

Reply via email to