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

madhan pushed a commit to branch ranger-2.5
in repository https://gitbox.apache.org/repos/asf/ranger.git

commit 973ced01436119440a6e38d2b3e6e445d1147571
Author: Rakesh Gupta <rakesh.gupta.dev...@gmail.com>
AuthorDate: Wed Jul 17 16:33:30 2024 +0530

    RANGER-4780: upgraded json-smart to 2.4.10
    
    Signed-off-by: Madhan Neethiraj <mad...@apache.org>
    (cherry picked from commit 8468f37a404bc27eae6ec462d26f3caeea4d9222)
---
 knox-agent/pom.xml              | 4 ++++
 plugin-schema-registry/pom.xml  | 6 ++++++
 ranger-authn/pom.xml            | 4 ++++
 ranger-knox-plugin-shim/pom.xml | 4 ++++
 ugsync/pom.xml                  | 4 ++++
 unixauthclient/pom.xml          | 4 ++++
 unixauthservice/pom.xml         | 4 ++++
 7 files changed, 30 insertions(+)

diff --git a/knox-agent/pom.xml b/knox-agent/pom.xml
index d82096162..4916576a0 100644
--- a/knox-agent/pom.xml
+++ b/knox-agent/pom.xml
@@ -53,6 +53,10 @@
                     <groupId>log4j</groupId>
                     <artifactId>*</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>net.minidev</groupId>
+                    <artifactId>json-smart</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>
diff --git a/plugin-schema-registry/pom.xml b/plugin-schema-registry/pom.xml
index d11478f20..e7c98cb49 100644
--- a/plugin-schema-registry/pom.xml
+++ b/plugin-schema-registry/pom.xml
@@ -148,6 +148,12 @@
             <groupId>com.hortonworks.registries</groupId>
             <artifactId>common-auth</artifactId>
             <version>${schema.registry.version}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>net.minidev</groupId>
+                    <artifactId>json-smart</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>com.hortonworks.registries</groupId>
diff --git a/ranger-authn/pom.xml b/ranger-authn/pom.xml
index b1dbce43e..807d413db 100644
--- a/ranger-authn/pom.xml
+++ b/ranger-authn/pom.xml
@@ -46,6 +46,10 @@
                     <groupId>org.apache.commons</groupId>
                     <artifactId>commons-compress</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>net.minidev</groupId>
+                    <artifactId>json-smart</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
 
diff --git a/ranger-knox-plugin-shim/pom.xml b/ranger-knox-plugin-shim/pom.xml
index d31b6965e..0f8c23470 100644
--- a/ranger-knox-plugin-shim/pom.xml
+++ b/ranger-knox-plugin-shim/pom.xml
@@ -44,6 +44,10 @@
                     <groupId>log4j</groupId>
                     <artifactId>*</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>net.minidev</groupId>
+                    <artifactId>json-smart</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>
diff --git a/ugsync/pom.xml b/ugsync/pom.xml
index de8224aef..1240711f4 100644
--- a/ugsync/pom.xml
+++ b/ugsync/pom.xml
@@ -94,6 +94,10 @@
                     <groupId>org.apache.zookeeper</groupId>
                     <artifactId>*</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>net.minidev</groupId>
+                    <artifactId>json-smart</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>
diff --git a/unixauthclient/pom.xml b/unixauthclient/pom.xml
index 62fd7bae6..ee1bcdc95 100644
--- a/unixauthclient/pom.xml
+++ b/unixauthclient/pom.xml
@@ -81,6 +81,10 @@
                     <groupId>org.slf4j</groupId>
                     <artifactId>*</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>net.minidev</groupId>
+                    <artifactId>json-smart</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>
diff --git a/unixauthservice/pom.xml b/unixauthservice/pom.xml
index 153d0dc81..e3529d367 100644
--- a/unixauthservice/pom.xml
+++ b/unixauthservice/pom.xml
@@ -75,6 +75,10 @@
                     <groupId>org.slf4j</groupId>
                     <artifactId>*</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>net.minidev</groupId>
+                    <artifactId>json-smart</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>

Reply via email to