Repository: hadoop
Updated Branches:
  refs/heads/branch-3.0 bfad0ca3b -> da6ed36ed


HADOOP-14903. Add json-smart explicitly to pom.xml. (rchiang)

(cherry picked from commit cde804b91f2fed514935d186d89ea7cbbf2701f3)


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

Branch: refs/heads/branch-3.0
Commit: da6ed36edb759bbfcb41d886c7f444e8dddf9f2c
Parents: bfad0ca
Author: Ray Chiang <rchi...@apache.org>
Authored: Mon Sep 25 15:30:51 2017 -0700
Committer: Ray Chiang <rchi...@apache.org>
Committed: Mon Sep 25 15:32:15 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/hadoop/blob/da6ed36e/hadoop-project/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index 1c74c02..a106c17 100755
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -1207,6 +1207,15 @@
         </exclusions>
       </dependency>
       <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.
+          -->
+        <groupId>net.minidev</groupId>
+        <artifactId>json-smart</artifactId>
+        <version>2.3</version>
+      </dependency>
+      <dependency>
         <groupId>org.skyscreamer</groupId>
         <artifactId>jsonassert</artifactId>
         <version>1.3.0</version>


---------------------------------------------------------------------
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