This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new f60ae4dbc1d3 [SPARK-46938][BUILD] Remove `javax-servlet-api` exclusion 
rule for SBT
f60ae4dbc1d3 is described below

commit f60ae4dbc1d39d853fc314e829f60fdf59257237
Author: HiuFung Kwok <hiufk...@gmail.com>
AuthorDate: Wed Feb 21 07:27:12 2024 -0800

    [SPARK-46938][BUILD] Remove `javax-servlet-api` exclusion rule for SBT
    
    ### What changes were proposed in this pull request?
    * Update SBT build file to remove the exclusion rule for 
`javax-servlet-api` package.
    
    ### Why are the changes needed?
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    CI build
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No
    
    Closes #45194 from HiuKwok/ft-hf-SPARK-46938-exclude-javax-rule.
    
    Authored-by: HiuFung Kwok <hiufk...@gmail.com>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 project/SparkBuild.scala | 1 -
 1 file changed, 1 deletion(-)

diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index 5a3bf4ae7177..af7a7905377d 100644
--- a/project/SparkBuild.scala
+++ b/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"),
       ExclusionRule("javax.ws.rs", "jsr311-api"))
   )
 }


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

Reply via email to