Repository: hbase Updated Branches: refs/heads/master 2a2258656 -> a7609bb3c
HBASE-20291 Fix The POM for net.minidev:json-smart:jar:2.3-SNAPSHOT missing with hadoop 3 profile Signed-off-by: tedyu <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/a7609bb3 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/a7609bb3 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/a7609bb3 Branch: refs/heads/master Commit: a7609bb3cd1a47015a0b30ab056a98410d11c80e Parents: 2a22586 Author: Artem Ervits <[email protected]> Authored: Mon Mar 26 22:05:29 2018 -0400 Committer: tedyu <[email protected]> Committed: Tue Mar 27 08:33:17 2018 -0700 ---------------------------------------------------------------------- hbase-common/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/a7609bb3/hbase-common/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-common/pom.xml b/hbase-common/pom.xml index 5ae8e0b..6ac590f 100644 --- a/hbase-common/pom.xml +++ b/hbase-common/pom.xml @@ -371,6 +371,10 @@ <groupId>org.apache.htrace</groupId> <artifactId>htrace-core</artifactId> </exclusion> + <exclusion> + <groupId>net.minidev</groupId> + <artifactId>json-smart</artifactId> + </exclusion> </exclusions> </dependency> </dependencies>
