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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to