Skip to content

Commit

Permalink
review: use jakarta-ws-rs-api
Browse files Browse the repository at this point in the history
  • Loading branch information
dimas-b committed Dec 30, 2024
1 parent 6d97635 commit 90ee9d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ smallrye-common-annotation = { module = "io.smallrye.common:smallrye-common-anno
spotbugs-annotations = { module = "com.github.spotbugs:spotbugs-annotations", version = "4.8.5" }
swagger-annotations = { module = "io.swagger:swagger-annotations", version.ref = "swagger" }
swagger-jaxrs = { module = "io.swagger:swagger-jaxrs", version.ref = "swagger" }
jaxrs-api = { module = "jakarta.ws.rs:jakarta.ws.rs-api", version = "3.0.0" }
testcontainers-bom = { module = "org.testcontainers:testcontainers-bom", version = "1.20.3" }
threeten-extra = { module = "org.threeten:threeten-extra", version = "1.8.0" }

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
implementation(project(":polaris-core"))
implementation(project(":polaris-api-management-model"))

implementation(libs.jaxrs.api)
implementation(libs.jakarta.ws.rs.api)
implementation(libs.guava)

implementation(platform(libs.iceberg.bom))
Expand Down

0 comments on commit 90ee9d0

Please sign in to comment.