pan3793 commented on code in PR #45194:
URL: https://github.com/apache/spark/pull/45194#discussion_r1497094373
##########
project/SparkBuild.scala:
##########
@@ -1075,7 +1075,6 @@ object ExcludedDependencies {
// purpose only. Here we exclude them from the whole project scope and add
them w/ yarn only.
excludeDependencies ++= Seq(
ExclusionRule(organization = "com.sun.jersey"),
- ExclusionRule("javax.servlet", "javax.servlet-api"),
Review Comment:
this is intended, to avoid conflict with `jakarta.servlet-api:4.x`, the
tricky thing is that `jakarta.servlet-api:4.x` actually contains
`javax.servlet` classes
--
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]