saintstack commented on a change in pull request #3184:
URL: https://github.com/apache/hbase/pull/3184#discussion_r616766078
##########
File path: hbase-shaded/pom.xml
##########
@@ -553,6 +553,13 @@
<exclude>keytab.txt</exclude>
</excludes>
</filter>
+ <filter>
+ <!-- Remove the shaded guava added in hadoop-3.3.1+-->
+ <artifact>*:*</artifact>
Review comment:
I was following pattern from earlier in this section. As I read it, this
says apply the exclude org.apache.hadoop.thirdparty class filter across all
included artifacts.
I can try narrowing the selection (probably a good idea).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]