Add modules to dependency management for Derby
Closes gh-31570
This commit is contained in:
@@ -251,7 +251,10 @@ bom {
|
||||
group("org.apache.derby") {
|
||||
modules = [
|
||||
"derby",
|
||||
"derbyclient"
|
||||
"derbyclient",
|
||||
"derbynet",
|
||||
"derbyoptionaltools",
|
||||
"derbytools"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user