parent
07efdb31f0
commit
3d650e4ccf
|
@ -1021,15 +1021,11 @@ bom {
|
|||
]
|
||||
}
|
||||
}
|
||||
library("Jetty", "12.0.16") {
|
||||
library("Jetty", "12.0.18") {
|
||||
prohibit {
|
||||
contains ".alpha"
|
||||
because "we don't want alpha dependencies"
|
||||
}
|
||||
prohibit {
|
||||
versionRange "[12.0.17]"
|
||||
because "it contains a regression (https://github.com/jetty/jetty.project/issues/12882)"
|
||||
}
|
||||
group("org.eclipse.jetty.ee10") {
|
||||
imports = [
|
||||
"jetty-ee10-bom"
|
||||
|
|
Loading…
Reference in New Issue