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

mehul 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 10d0a83  RANGER-3367: [Intermittent] Ranger Admin perf logs are not 
getting logged after Spring Security upgrade
10d0a83 is described below

commit 10d0a833eedba764e60ac1012f8371764a2468dd
Author: Mahesh Bandal <[email protected]>
AuthorDate: Mon Aug 16 13:58:15 2021 +0530

    RANGER-3367: [Intermittent] Ranger Admin perf logs are not getting logged 
after Spring Security upgrade
    
    Signed-off-by: Mehul Parikh <[email protected]>
---
 security-admin/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/security-admin/pom.xml b/security-admin/pom.xml
index f64e747..032b79f 100644
--- a/security-admin/pom.xml
+++ b/security-admin/pom.xml
@@ -190,6 +190,12 @@
             <groupId>org.springframework</groupId>
             <artifactId>spring-core</artifactId>
             <version>${springframework.version}</version>
+            <exclusions>
+                               <exclusion>
+                                       <groupId>org.springframework</groupId>
+                                       <artifactId>spring-jcl</artifactId>
+                               </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

Reply via email to