xvrl commented on code in PR #16011:
URL: https://github.com/apache/druid/pull/16011#discussion_r1508112657
##########
extensions-core/druid-ranger-security/pom.xml:
##########
@@ -178,6 +178,10 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>com.amazonaws</groupId>
+ <artifactId>aws-java-sdk-bundle</artifactId>
+ </exclusion>
Review Comment:
it'd be nice to add some comments to explain how those are safe to exclude
in our case and why we are excluding them.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]