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

rmani pushed a commit to branch ranger-2.8
in repository https://gitbox.apache.org/repos/asf/ranger.git


The following commit(s) were added to refs/heads/ranger-2.8 by this push:
     new dee38f0c5 RANGER-5486: Exclude hadoop-client-api*.jar in ranger war 
file to avo… (#844)
dee38f0c5 is described below

commit dee38f0c5420238322fac8b8e7cd2c05984832d9
Author: Ramesh <[email protected]>
AuthorDate: Mon Feb 9 17:47:51 2026 -0800

    RANGER-5486: Exclude hadoop-client-api*.jar in ranger war file to avo… 
(#844)
    
    * RANGER-5486: Exclude hadoop-client-api*.jar in ranger war file to avoid 
intermittent ranger startup failure in docker
    
    * Update security-admin/pom.xml
    
    Co-authored-by: Copilot <[email protected]>
    
    ---------
    
    Co-authored-by: Ramesh Mani <[email protected]>
    Co-authored-by: Copilot <[email protected]>
---
 security-admin/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/security-admin/pom.xml b/security-admin/pom.xml
index 6de6517f6..271c3d304 100644
--- a/security-admin/pom.xml
+++ b/security-admin/pom.xml
@@ -874,7 +874,8 @@
                             <packagingExcludes>WEB-INF/lib/spring-*.SEC03.jar,
                                 WEB-INF/lib/spring-*.RC3.jar,
                                 WEB-INF/lib/spring-2.*.jar,
-                                WEB-INF/lib/jetty-*.jar</packagingExcludes>
+                                WEB-INF/lib/jetty-*.jar,
+                                
WEB-INF/lib/hadoop-client-api-*.jar</packagingExcludes>
                             
<warSourceDirectory>${project.build.directory}/${project.build.finalName}</warSourceDirectory>
                         </configuration>
                     </execution>

Reply via email to