hasnain-db commented on code in PR #43164:
URL: https://github.com/apache/spark/pull/43164#discussion_r1340492129
##########
common/network-common/pom.xml:
##########
@@ -61,6 +61,26 @@
<artifactId>netty-transport-native-kqueue</artifactId>
<classifier>osx-x86_64</classifier>
</dependency>
+ <dependency>
Review Comment:
@srowen the `bouncycastle` and `network-common-helper` dependencies are only
needed in the test scope, but the `netty-tcnative-boringssl-static`
dependencies need to be available in the production build. We need this
dependency in order to provide SSL support.
--
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]