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 <[email protected]> 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 <[email protected]> Authored: Wed Oct 17 11:31:56 2018 -0700 Committer: Michael Stack <[email protected]> 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>
