xvrl commented on code in PR #16011:
URL: https://github.com/apache/druid/pull/16011#discussion_r1508246591


##########
extensions-core/druid-ranger-security/pom.xml:
##########
@@ -193,7 +198,13 @@
             </exclusions>
             <scope>compile</scope>
         </dependency>
-
+        <!-- This is a transitive dependency of ranger-plugins-audit
+             added here to replace bloated bundle sdk -->
+        <dependency>
+            <groupId>com.amazonaws</groupId>
+            <artifactId>aws-java-sdk-logs</artifactId>
+            <version>1.12.669</version>

Review Comment:
   can we put a note next to the ranger plugin version to update the aws-sdk 
version when the ranger plugin gets updated?



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