Skip to content

[CELEBORN-1413][FOLLOWUP] Bump spark 4.0 version to 4.0.0 #3282

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 11 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
NIT: sync
  • Loading branch information
turboFei committed May 27, 2025
commit a4ca480ecbe1d4d859fe0d28395d550a712b52c8
4 changes: 4 additions & 0 deletions project/CelebornBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ object Dependencies {
val httpClient5Version = "5.3.1"
val httpCore5Version = "5.2.4"
val jakartaAnnotationApiVersion = "1.3.5"
val jakartaWsRsApiVersion = "2.1.6"
val picocliVersion = "4.7.6"
val jmhVersion = "1.37"

Expand Down Expand Up @@ -207,6 +208,7 @@ object Dependencies {
val httpCore5 = "org.apache.httpcomponents.core5" % "httpcore5" % httpCore5Version
val httpCore5H2 = "org.apache.httpcomponents.core5" % "httpcore5-h2" % httpCore5Version
val jakartaAnnotationApi = "jakarta.annotation" % "jakarta.annotation-api" % jakartaAnnotationApiVersion
val jakartaWsRsApi = "jakarta.ws.rs" % "jakarta.ws.rs-api" % jakartaWsRsApiVersion

// Test dependencies
// https://www.scala-sbt.org/1.x/docs/Testing.html
Expand Down Expand Up @@ -710,6 +712,8 @@ object CelebornService {
Dependencies.swaggerUi,
Dependencies.javaxServletApi,
Dependencies.jakartaServletApi,
Dependencies.jakartaAnnotationApi,
Dependencies.jakartaWsRsApi,
Dependencies.jerseyServer,
Dependencies.jerseyContainerServletCore,
Dependencies.jerseyHk2,
Expand Down
Loading