janjwerner-confluent commented on code in PR #16011:
URL: https://github.com/apache/druid/pull/16011#discussion_r1508130853


##########
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:
   AWS-sdk-bundle is used only in CloudWatch audit 
[destination](https://github.com/apache/ranger/blob/master/agents-audit/src/main/java/org/apache/ranger/audit/destination/AmazonCloudWatchAuditDestination.java),
 and I believe that codepath is not touched by ranger extension for Druid, 
   I will add  
[aws-java-sdk-logs](https://mvnrepository.com/artifact/com.amazonaws/aws-java-sdk-logs/1.12.669)
 package as explicit dependency of this module.



-- 
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]

Reply via email to