From b997c7c236bcb54845f43ca590c7a42ed68c0d64 Mon Sep 17 00:00:00 2001 From: Artem Ervits Date: Wed, 28 Mar 2018 09:52:29 -0400 Subject: [PATCH] HBASE-20291 Fix for The POM for net.minidev:json-smart:jar:2.3-SNAPSHOT is missing [addendum patch] --- hbase-common/pom.xml | 4 ---- pom.xml | 9 +++++++++ 2 files changed, 9 insertions(+), 4 deletions(-) diff --git hbase-common/pom.xml hbase-common/pom.xml index 6ac590f002..5ae8e0b637 100644 --- hbase-common/pom.xml +++ hbase-common/pom.xml @@ -371,10 +371,6 @@ org.apache.htrace htrace-core - - net.minidev - json-smart - diff --git pom.xml pom.xml index a6723ff054..94fbe6d822 100755 --- pom.xml +++ pom.xml @@ -2918,8 +2918,17 @@ com.google.guava guava + + net.minidev + json-smart + + + net.minidev + json-smart + 1.3.1 + org.apache.hadoop hadoop-common -- 2.16.2