panbingkun commented on code in PR #48834:
URL: https://github.com/apache/spark/pull/48834#discussion_r1841751423
##########
project/SparkBuild.scala:
##########
@@ -1714,7 +1714,7 @@ object TestSettings {
(Test / testOptions) += Tests.Argument(TestFrameworks.ScalaTest, "-W",
"120", "300"),
(Test / testOptions) += Tests.Argument(TestFrameworks.JUnit, "-v", "-a"),
// Enable Junit testing.
- libraryDependencies += "net.aichler" % "jupiter-interface" % "0.11.1" %
"test",
+ libraryDependencies += "com.github.sbt.junit" % "jupiter-interface" %
"0.13.1" % "test",
Review Comment:
Thank you very much for helping to fix it!
Additionally, can we replace this hard coded `version parameter` with
`SbtPomKeys.effectivePom.value.getProperties.get("sbt-jupiter-interface.version").asInstanceOf[String]`?
So next time if we only upgrade the version (without involving `groupId` or
`artifactId` changes), we only need to update one place.
--
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]