diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index e0662657cf..b02a208af9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -269,7 +269,10 @@ bom { group("org.apache.derby") { modules = [ "derby", - "derbyclient" + "derbyclient", + "derbynet", + "derbyoptionaltools", + "derbytools" ] } }