From abc09e547a74bb712c1db523ed28ddb316281acf Mon Sep 17 00:00:00 2001 From: HiuFung Kwok Date: Mon, 26 Feb 2024 08:57:35 -0800 Subject: [PATCH] [SPARK-47170][BUILD][CONNECT] Remove `jakarta.servlet-api` and `javax.servlet-api` dependency scope in `connect/server` module ### What changes were proposed in this pull request? This is a follow up change from https://github.com/apache/spark/pull/45154, to remove redundant `` for both servlet-api as `compile` is the default scope. ### 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 #45258 from HiuKwok/ft-hf-jetty-deps-scope. Authored-by: HiuFung Kwok Signed-off-by: Dongjoon Hyun --- connector/connect/server/pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/connector/connect/server/pom.xml b/connector/connect/server/pom.xml index 1a90138df2955..9f10adf03dcfc 100644 --- a/connector/connect/server/pom.xml +++ b/connector/connect/server/pom.xml @@ -159,12 +159,10 @@ jakarta.servlet jakarta.servlet-api - compile javax.servlet javax.servlet-api - compile com.google.guava