From c744dd84cc5853585aeedd08ce3d3ad8cf208ed2 Mon Sep 17 00:00:00 2001 From: Artem Ervits Date: Wed, 17 Oct 2018 11:31:56 -0700 Subject: [PATCH] HBASE-21198 Exclude dependency on net.minidev:json-smart Signed-off-by: Michael Stack --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index ba9c631f5b1..f8b9fc95ccd 100755 --- a/pom.xml +++ b/pom.xml @@ -2806,6 +2806,10 @@ com.google.guava guava + + net.minidev + json-smart +