From 9e3d5c754b4c576d69058c33342f4706d820716c Mon Sep 17 00:00:00 2001 From: Ayush Saxena Date: Thu, 20 Apr 2023 10:26:08 +0530 Subject: [PATCH] Revert "HADOOP-18687. Remove json-smart dependency. (#5549). Contributed by PJ Fanning." This reverts commit b6c0ec796ef151e909918a85ece7e4c21f5c7d2c. --- LICENSE-binary | 1 + hadoop-project/pom.xml | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/LICENSE-binary b/LICENSE-binary index be2f6d0755..101c1f10da 100644 --- a/LICENSE-binary +++ b/LICENSE-binary @@ -299,6 +299,7 @@ javax.inject:javax.inject:1 log4j:log4j:1.2.17 net.java.dev.jna:jna:5.2.0 net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.4.7 org.apache.avro:avro:1.9.2 org.apache.commons:commons-collections4:4.2 org.apache.commons:commons-compress:1.21 diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 354c0b0884..4b80849af0 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -210,6 +210,7 @@ 1.1.3.Final 1.0.2 5.4.0 + 2.4.7 9.8.1 v12.22.1 v1.22.5 @@ -1728,6 +1729,11 @@ ${dnsjava.version} + + net.minidev + json-smart + ${json-smart.version} + org.skyscreamer jsonassert