This is an automated email from the ASF dual-hosted git repository.
rmani pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git
The following commit(s) were added to refs/heads/master by this push:
new ee0bf9a5e RANGER-5486: Exclude hadoop-client-api*.jar in ranger war
file to avo… (#844)
ee0bf9a5e is described below
commit ee0bf9a5e2c846b6853ee8188c74bde9dedf01fb
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 135f3184a..b317202f5 100644
--- a/security-admin/pom.xml
+++ b/security-admin/pom.xml
@@ -896,7 +896,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>