Skip to content

Commit

Permalink
Add modules to dependency management for Derby
Browse files Browse the repository at this point in the history
Closes gh-31570
  • Loading branch information
wilkinsona committed Jul 20, 2022
1 parent efdd844 commit 182adee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion spring-boot-project/spring-boot-dependencies/build.gradle
Expand Up @@ -251,7 +251,10 @@ bom {
group("org.apache.derby") {
modules = [
"derby",
"derbyclient"
"derbyclient",
"derbynet",
"derbyoptionaltools",
"derbytools"
]
}
}
Expand Down

0 comments on commit 182adee

Please sign in to comment.