You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by br...@apache.org on 2018/02/22 13:25:35 UTC

[2/3] hadoop git commit: HADOOP-14903. Add json-smart explicitly to pom.xml. Contributed by Brahma Reddy Battula and Ray Chiang

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

Branch: refs/heads/branch-2.9
Commit: b32cc32ee2a7ed3dc26e42917ef60eaa2abc4a18
Parents: ed17197
Author: Brahma Reddy Battula <br...@apache.org>
Authored: Thu Feb 22 18:52:48 2018 +0530
Committer: Brahma Reddy Battula <br...@apache.org>
Committed: Thu Feb 22 18:53:29 2018 +0530

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


http://git-wip-us.apache.org/repos/asf/hadoop/blob/b32cc32e/hadoop-project/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index ba54c28..6441dc9 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -1148,6 +1148,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>
 
         <dependency>
             <groupId>org.skyscreamer</groupId>


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