Skip to content

Commit dee38f0

Browse files
rameeshmRamesh ManiCopilot
committed
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 <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Ramesh Mani <rmani@apache.org> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a3f5593 commit dee38f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

security-admin/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,8 @@
874874
<packagingExcludes>WEB-INF/lib/spring-*.SEC03.jar,
875875
WEB-INF/lib/spring-*.RC3.jar,
876876
WEB-INF/lib/spring-2.*.jar,
877-
WEB-INF/lib/jetty-*.jar</packagingExcludes>
877+
WEB-INF/lib/jetty-*.jar,
878+
WEB-INF/lib/hadoop-client-api-*.jar</packagingExcludes>
878879
<warSourceDirectory>${project.build.directory}/${project.build.finalName}</warSourceDirectory>
879880
</configuration>
880881
</execution>

0 commit comments

Comments
 (0)