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

preetham02 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/asterixdb.git

commit 1fc3065bd8a1df7fc643798512b09a409c501212
Author: Michael Blow <[email protected]>
AuthorDate: Mon Jul 7 18:16:21 2025 -0400

    [NO ISSUE][*DB][EXT] Exclude hadoop-client-runtime transitive dependency
    
    Ext-ref: MB-67538
    Change-Id: I4770760bd462b06867bd5f476bcecf6256478b2f
    Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20032
    Tested-by: Michael Blow <[email protected]>
    Reviewed-by: Michael Blow <[email protected]>
---
 asterixdb/asterix-external-data/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/asterixdb/asterix-external-data/pom.xml 
b/asterixdb/asterix-external-data/pom.xml
index 6ede2788d9..c5d95c107b 100644
--- a/asterixdb/asterix-external-data/pom.xml
+++ b/asterixdb/asterix-external-data/pom.xml
@@ -590,6 +590,10 @@
           <groupId>org.apache.hadoop</groupId>
           <artifactId>hadoop-client-api</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-client-runtime</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>

Reply via email to