Repository: hbase
Updated Branches:
  refs/heads/master fd940f3b7 -> 8cb28ce4b


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/8cb28ce4
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/8cb28ce4
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/8cb28ce4

Branch: refs/heads/master
Commit: 8cb28ce4b99d55063330654c183f234b8eb0baa4
Parents: fd940f3
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:50 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/8cb28ce4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c26ab69..ffa0a52 100755
--- a/pom.xml
+++ b/pom.xml
@@ -2967,6 +2967,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