panbingkun commented on code in PR #48771:
URL: https://github.com/apache/spark/pull/48771#discussion_r1831933276
##########
project/SparkBuild.scala:
##########
@@ -1059,9 +1059,25 @@ object KubernetesIntegrationTests {
object DependencyOverrides {
lazy val guavaVersion =
sys.props.get("guava.version").getOrElse("33.1.0-jre")
lazy val settings = Seq(
- dependencyOverrides += "com.google.guava" % "guava" % guavaVersion,
- dependencyOverrides += "jline" % "jline" % "2.14.6",
- dependencyOverrides += "org.apache.avro" % "avro" % "1.11.3")
+ dependencyOverrides ++= {
+ val nettyVersion = SbtPomKeys.effectivePom.value.getProperties.get(
+ "netty.version").asInstanceOf[String]
+ Seq(
Review Comment:
Updated.
--
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]