This is an automated email from the ASF dual-hosted git repository.
stack pushed a commit to branch branch-2.3
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2.3 by this push:
new 1832418 Revert "HBASE-25792 Filter out o.a.hadoop.thirdparty building
shaded jars"
1832418 is described below
commit 1832418ca7b78739c8443a4a1f3de587e847a41a
Author: stack <[email protected]>
AuthorDate: Thu Jul 22 22:25:36 2021 -0700
Revert "HBASE-25792 Filter out o.a.hadoop.thirdparty building shaded jars"
This reverts commit 59a67c6dfbae00bbf9c7994224b66406260e8f50.
---
hbase-shaded/pom.xml | 7 -------
1 file changed, 7 deletions(-)
diff --git a/hbase-shaded/pom.xml b/hbase-shaded/pom.xml
index 27e6d3c..615bdb2 100644
--- a/hbase-shaded/pom.xml
+++ b/hbase-shaded/pom.xml
@@ -541,13 +541,6 @@
<exclude>keytab.txt</exclude>
</excludes>
</filter>
- <filter>
- <!-- Remove the shaded guava added in
hadoop-3.3.1+-->
- <artifact>*:*</artifact>
- <excludes>
-
<exclude>org/apache/hadoop/thirdparty/**/*</exclude>
- </excludes>
- </filter>
</filters>
</configuration>
</execution>