sarutak commented on code in PR #52760:
URL: https://github.com/apache/spark/pull/52760#discussion_r2469376079
##########
project/SparkBuild.scala:
##########
@@ -1186,15 +1186,26 @@ object KubernetesIntegrationTests {
* Overrides to work around sbt's dependency resolution being different from
Maven's.
*/
object DependencyOverrides {
- lazy val guavaVersion =
sys.props.get("guava.version").getOrElse("33.4.0-jre")
lazy val jacksonVersion =
sys.props.get("fasterxml.jackson.version").getOrElse("2.20.0")
Review Comment:
I found it difficult to use `sbt-pom-reader` with `here-sbt-bom` so I leave
`lazy val jacksonVersion ...` as it is for now.
--
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]