Prohibit upgrades to Derby 10.17
Closes gh-39004
This commit is contained in:
@@ -236,6 +236,10 @@ bom {
|
||||
}
|
||||
}
|
||||
library("Derby", "10.16.1.1") {
|
||||
prohibit {
|
||||
versionRange "[10.17.1.0,)"
|
||||
because "it requires Java 21"
|
||||
}
|
||||
group("org.apache.derby") {
|
||||
modules = [
|
||||
"derby",
|
||||
|
||||
Reference in New Issue
Block a user