xiangfu0 commented on code in PR #12597:
URL: https://github.com/apache/pinot/pull/12597#discussion_r1517002739
##########
pom.xml:
##########
@@ -1019,6 +1020,13 @@
<version>1.2.0</version>
</dependency>
+ <!-- Upgrade azure-data-lake-store-sdk dependency-->
+ <dependency>
+ <groupId>org.wildfly.openssl</groupId>
+ <artifactId>wildfly-openssl</artifactId>
+ <version>${wildfly-openssl.version}</version>
+ </dependency>
+
Review Comment:
Also the usage of these libs are coming from ADLS PinotFS, which I think is
already deprecated.
Can your team also check and verify the usage and maybe just remove it?
I created a tracking issue: https://github.com/apache/pinot/issues/12598
--
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]