Skip to content

Commit 31038c3

Browse files
hiufung-kwokhimadripal
authored and
himadripal
committed
[SPARK-49964][BUILD] Remove ws-rs-api package
### What changes were proposed in this pull request? - To Remove the dependency of `javax.ws.rs.ws-rs-api` as it's no longer required. Prior discussion can be found on: - apache#41340 - apache#45154 ### Why are the changes needed? In the past, the codebase used to have a few .scala classes referencing and using the `ws-rs-api`, such as apache@b7fdc23#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8R624-R627 However as the time passed by, all usages of `ws-rs-api` are either got removed / refactored. Hence there is no need to have it import on root POM as now and we can always re-introduce it later, if the usage can be justified again. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Unit-test, to make sure the codebase is not impacted by the removal of the dependency. ### Was this patch authored or co-authored using generative AI tooling? No Closes apache#48461 from hiufung-kwok/ft-hf-SPARK-49963-remove-ws-rs-api. Authored-by: HiuFung Kwok <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent ad81dc5 commit 31038c3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,11 +1115,6 @@
11151115
<artifactId>jersey-client</artifactId>
11161116
<version>${jersey.version}</version>
11171117
</dependency>
1118-
<dependency>
1119-
<groupId>javax.ws.rs</groupId>
1120-
<artifactId>javax.ws.rs-api</artifactId>
1121-
<version>2.0.1</version>
1122-
</dependency>
11231118
<dependency>
11241119
<groupId>javax.xml.bind</groupId>
11251120
<artifactId>jaxb-api</artifactId>

0 commit comments

Comments
 (0)