You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "pan3793 (via GitHub)" <gi...@apache.org> on 2024/02/21 08:33:05 UTC

Re: [PR] [SPARK-46938][BUILD] Remove `javax-servlet-api` exclusion rule for SBT [spark]

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-unsubscribe@spark.apache.org

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


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