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

bpatel 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 c7573d067 RANGER-4524:Fix TestRangerMetricsContainerSource class UT
c7573d067 is described below

commit c7573d06726e42ced28f3e124095ab531c93b75b
Author: Bhavik Patel <[email protected]>
AuthorDate: Fri Nov 10 12:16:17 2023 +0530

    RANGER-4524:Fix TestRangerMetricsContainerSource class UT
---
 ranger-metrics/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/ranger-metrics/pom.xml b/ranger-metrics/pom.xml
index cd877962a..d4036476c 100644
--- a/ranger-metrics/pom.xml
+++ b/ranger-metrics/pom.xml
@@ -43,6 +43,14 @@
                     <groupId>io.netty</groupId>
                     <artifactId>netty-all</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>log4j</groupId>
+                    <artifactId>*</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.slf4j</groupId>
+                    <artifactId>*</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>

Reply via email to