File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 529529 <groupId >org.apache.ranger</groupId >
530530 <artifactId >ranger-metrics</artifactId >
531531 <version >${project.version} </version >
532+ <exclusions >
533+ <exclusion >
534+ <groupId >org.apache.hadoop</groupId >
535+ <artifactId >hadoop-client-api</artifactId >
536+ </exclusion >
537+ </exclusions >
532538 </dependency >
533539 <dependency >
534540 <groupId >org.apache.ranger</groupId >
896902 <packagingExcludes >WEB-INF/lib/spring-*.SEC03.jar,
897903 WEB-INF/lib/spring-*.RC3.jar,
898904 WEB-INF/lib/spring-2.*.jar,
899- WEB-INF/lib/jetty-*.jar</packagingExcludes >
905+ WEB-INF/lib/jetty-*.jar,
906+ WEB-INF/lib/hadoop-client-api-*.jar</packagingExcludes >
900907 <warSourceDirectory >${project.build.directory} /${project.build.finalName} </warSourceDirectory >
901908 </configuration >
902909 </execution >
You can’t perform that action at this time.
0 commit comments