Drop support for jOOQ until its dependencies are Jakarta EE 9 compatible

Closes gh-28821
This commit is contained in:
Andy Wilkinson
2021-11-26 16:00:31 +00:00
parent 35f2d98de2
commit 4a8904aaa9
46 changed files with 1 additions and 2208 deletions

View File

@@ -826,22 +826,6 @@ bom {
]
}
}
library("jOOQ", "3.14.15") {
prohibit("[3.15.0,)") {
because "it requires Java 11"
}
group("org.jooq") {
modules = [
"jooq",
"jooq-codegen",
"jooq-kotlin",
"jooq-meta"
]
plugins = [
"jooq-codegen-maven"
]
}
}
library("Json Path", "2.6.0") {
group("com.jayway.jsonpath") {
modules = [