You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by pr...@apache.org on 2021/12/16 11:08:20 UTC

[ranger] branch master updated: RANGER-3543: Remove spotbugs-annotations-3.1.9 from classpath

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

pradeep 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 64cbfcd  RANGER-3543: Remove spotbugs-annotations-3.1.9 from classpath
64cbfcd is described below

commit 64cbfcda4a77dad0416a3e416c761a1a2474b0ff
Author: Bhavik Patel <bh...@gmail.com>
AuthorDate: Thu Dec 16 15:29:50 2021 +0530

    RANGER-3543: Remove spotbugs-annotations-3.1.9 from classpath
    
    Signed-off-by: pradeep <pr...@apache.org>
---
 kms/pom.xml            | 4 ++++
 security-admin/pom.xml | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/kms/pom.xml b/kms/pom.xml
index 9e3639e..b940e75 100644
--- a/kms/pom.xml
+++ b/kms/pom.xml
@@ -445,6 +445,10 @@
                     <groupId>io.netty</groupId>
                     <artifactId>netty</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>com.github.spotbugs</groupId>
+                    <artifactId>spotbugs-annotations</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>
diff --git a/security-admin/pom.xml b/security-admin/pom.xml
index 6363a8c..e9e9a53 100644
--- a/security-admin/pom.xml
+++ b/security-admin/pom.xml
@@ -643,6 +643,10 @@
                     <groupId>io.netty</groupId>
                     <artifactId>netty</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>com.github.spotbugs</groupId>
+                    <artifactId>spotbugs-annotations</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>