You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2018/10/17 18:33:53 UTC

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

Repository: hbase
Updated Branches:
  refs/heads/branch-2.0 a5d98ebf5 -> 24ed13916


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

Signed-off-by: Michael Stack <st...@apache.org>


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

Branch: refs/heads/branch-2.0
Commit: 24ed13916ebf761ac41286ae6b3bfb475fe37a6d
Parents: a5d98eb
Author: Artem Ervits <ge...@gmail.com>
Authored: Wed Oct 17 11:31:56 2018 -0700
Committer: Michael Stack <st...@apache.org>
Committed: Wed Oct 17 11:33:42 2018 -0700

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


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