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

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


The following commit(s) were added to refs/heads/master by this push:
     new faa22fabde [NO ISSUE][*DB][EXT] Exclude hadoop-client-runtime 
transitive dependency
faa22fabde is described below

commit faa22fabde6e1c80fcdbd7607c3b6696c8e922e3
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