HADOOP-14903. Add json-smart explicitly to pom.xml. Contributed by Brahma Reddy 
Battula and Ray Chiang

(cherry picked from commit 7307a89ec14d6e9812486f8d78ff4e8f4f597c31)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5ed03765
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/5ed03765
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/5ed03765

Branch: refs/heads/branch-2.8
Commit: 5ed037650916261a05831df4479374827cbd2ead
Parents: 4c4a2fb
Author: Brahma Reddy Battula <bra...@apache.org>
Authored: Thu Feb 22 18:52:48 2018 +0530
Committer: Brahma Reddy Battula <bra...@apache.org>
Committed: Thu Feb 22 18:54:29 2018 +0530

----------------------------------------------------------------------
 hadoop-project/pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/5ed03765/hadoop-project/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index c377870..c17f67d 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -1009,6 +1009,15 @@
           </exclusion>
         </exclusions>
       </dependency>
+      <!-- HACK.  Transitive dependency for nimbus-jose-jwt.  Needed for
+      packaging.  Please re-check this version when updating
+      nimbus-jose-jwt.  Please read HADOOP-14903 for more details.
+      -->
+      <dependency>
+        <groupId>net.minidev</groupId>
+        <artifactId>json-smart</artifactId>
+        <version>1.3.1</version>
+      </dependency>
 
     </dependencies>
   </dependencyManagement>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to