sunchao commented on a change in pull request #30135:
URL: https://github.com/apache/spark/pull/30135#discussion_r640208302
##########
File path: pom.xml
##########
@@ -197,6 +197,7 @@
<maven-antrun.version>1.8</maven-antrun.version>
<commons-crypto.version>1.1.0</commons-crypto.version>
<commons-cli.version>1.2</commons-cli.version>
+ <bouncycastle.version>1.52</bouncycastle.version>
Review comment:
To be clear, bouncycastle was also unshaded in Hadoop 3.2.2 which Spark
currently use, but since https://issues.apache.org/jira/browse/YARN-8448 it
becomes a runtime dependency for RM and therefore required by Spark tests
(e.g., `MiniYARNCluster`).
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]