Drop support for Jersey until jersey-spring6 is available

Closes gh-28808
This commit is contained in:
Andy Wilkinson
2021-11-15 14:49:36 +00:00
parent 29a21d4621
commit 8bf2ffd93c
101 changed files with 19 additions and 5920 deletions

View File

@@ -821,16 +821,6 @@ bom {
]
}
}
library("Jersey", "2.35") {
prohibit("[3.0.0-M1,)") {
because "it uses the jakarta.* namespace"
}
group("org.glassfish.jersey") {
imports = [
"jersey-bom"
]
}
}
library("Jetty EL", "9.0.52") {
prohibit("[10.0.0-M1,)") {
because "it requires Java 11"
@@ -1437,7 +1427,6 @@ bom {
"spring-boot-starter-hateoas",
"spring-boot-starter-integration",
"spring-boot-starter-jdbc",
"spring-boot-starter-jersey",
"spring-boot-starter-jetty",
"spring-boot-starter-jooq",
"spring-boot-starter-json",