LakshSingla commented on code in PR #15443:
URL: https://github.com/apache/druid/pull/15443#discussion_r1484773232
##########
extensions-core/druid-ranger-security/pom.xml:
##########
@@ -34,6 +34,21 @@
<relativePath>../../pom.xml</relativePath>
</parent>
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>com.fasterxml.woodstox</groupId>
+ <artifactId>woodstox-core</artifactId>
+ <version>6.4.0</version>
+ </dependency>
+ <dependency>
+ <groupId>com.amazonaws</groupId>
+ <artifactId>aws-java-sdk-bundle</artifactId>
+ <version>${aws.sdk.version}</version>
+ </dependency>
Review Comment:
This upgrade blows up the size of the extension from 94MB to 440MB. Is there
a way to import only the required stuff?
--
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]