This is an automated email from the ASF dual-hosted git repository. stack pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/hbase.git
commit 7fc5136ccbb4524a764e46b5a64c96f6aba83fea Author: stack <[email protected]> AuthorDate: Thu Mar 21 08:21:32 2019 -0700 Revert "HBASE-22059 2.1 addendum; (check-jar-contents) @ hbase-shaded-check-invariants fails" This reverts commit 3abb35f43e511d07ede05881fbb264201cab07d4. --- hbase-shaded/hbase-shaded-mapreduce/pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hbase-shaded/hbase-shaded-mapreduce/pom.xml b/hbase-shaded/hbase-shaded-mapreduce/pom.xml index 37ada11..6aeb2a3 100644 --- a/hbase-shaded/hbase-shaded-mapreduce/pom.xml +++ b/hbase-shaded/hbase-shaded-mapreduce/pom.xml @@ -267,10 +267,6 @@ <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </exclusion> - <exclusion> - <groupId>org.apache.hadoop</groupId> - <artifactId>hadoop-yarn-common</artifactId> - </exclusion> </exclusions> </dependency> <dependency>
