Repository: hbase
Updated Branches:
  refs/heads/branch-2.1 46227c227 -> c744dd84c


HBASE-21198 Exclude dependency on net.minidev:json-smart

Signed-off-by: Michael Stack <[email protected]>


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

Branch: refs/heads/branch-2.1
Commit: c744dd84cc5853585aeedd08ce3d3ad8cf208ed2
Parents: 46227c2
Author: Artem Ervits <[email protected]>
Authored: Wed Oct 17 11:31:56 2018 -0700
Committer: Michael Stack <[email protected]>
Committed: Wed Oct 17 11:34:12 2018 -0700

----------------------------------------------------------------------
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/c744dd84/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ba9c631..f8b9fc9 100755
--- a/pom.xml
+++ b/pom.xml
@@ -2806,6 +2806,10 @@
                <groupId>com.google.guava</groupId>
                <artifactId>guava</artifactId>
              </exclusion>
+             <exclusion>
+               <groupId>net.minidev</groupId>
+               <artifactId>json-smart</artifactId>
+             </exclusion>
            </exclusions>
          </dependency>
          <dependency>

Reply via email to