Add modules to dependency management for Derby

Closes gh-31570
This commit is contained in:
Andy Wilkinson 2022-07-20 19:23:50 +01:00
parent efdd844c7a
commit 182adeed35

View File

@ -251,7 +251,10 @@ bom {
group("org.apache.derby") {
modules = [
"derby",
"derbyclient"
"derbyclient",
"derbynet",
"derbyoptionaltools",
"derbytools"
]
}
}