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 <[email protected]>
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 <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
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: [email protected]
For additional commands, e-mail: [email protected]