RANGER-2080: Add json-smart explicitly to security-admin/pom.xml

Signed-off-by: Velmurugan Periasamy <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/ranger/repo
Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/2b1b9237
Tree: http://git-wip-us.apache.org/repos/asf/ranger/tree/2b1b9237
Diff: http://git-wip-us.apache.org/repos/asf/ranger/diff/2b1b9237

Branch: refs/heads/ranger-0.7
Commit: 2b1b92373160fa3215ae5fb1a9caf90161c2ba3e
Parents: 00f0ac2
Author: Velmurugan Periasamy <[email protected]>
Authored: Tue Apr 24 14:46:38 2018 -0400
Committer: Abhay Kulkarni <[email protected]>
Committed: Wed Sep 26 17:43:44 2018 -0700

----------------------------------------------------------------------
 security-admin/pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ranger/blob/2b1b9237/security-admin/pom.xml
----------------------------------------------------------------------
diff --git a/security-admin/pom.xml b/security-admin/pom.xml
index fb76d86..28f2b9c 100644
--- a/security-admin/pom.xml
+++ b/security-admin/pom.xml
@@ -454,6 +454,15 @@
             <version>4.41.2</version>
             <scope>compile</scope>
         </dependency>
+        <!-- Transitive dependency for nimbus-jose-jwt.
+         Please re-check this version when updating nimbus-jose-jwt.
+         Please read RANGER-2080 for more details.
+        -->
+        <dependency>
+            <groupId>net.minidev</groupId>
+            <artifactId>json-smart</artifactId>
+            <version>2.3</version>
+        </dependency>
         <dependency>
             <groupId>com.google.inject</groupId>
             <artifactId>guice</artifactId>

Reply via email to