Repository: ranger
Updated Branches:
  refs/heads/master 00ab2a51a -> bf9876c3a


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/bf9876c3
Tree: http://git-wip-us.apache.org/repos/asf/ranger/tree/bf9876c3
Diff: http://git-wip-us.apache.org/repos/asf/ranger/diff/bf9876c3

Branch: refs/heads/master
Commit: bf9876c3a4b837cbda02bfdd83a3ef97fca77315
Parents: 00ab2a5
Author: Velmurugan Periasamy <[email protected]>
Authored: Tue Apr 24 14:46:38 2018 -0400
Committer: Velmurugan Periasamy <[email protected]>
Committed: Tue Apr 24 15:44:05 2018 -0400

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


http://git-wip-us.apache.org/repos/asf/ranger/blob/bf9876c3/security-admin/pom.xml
----------------------------------------------------------------------
diff --git a/security-admin/pom.xml b/security-admin/pom.xml
index 14bddf1..b9d0f74 100644
--- a/security-admin/pom.xml
+++ b/security-admin/pom.xml
@@ -473,6 +473,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