diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 1f2a4f38b3..23722a19e3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -364,34 +364,8 @@ bom { } library("Groovy", "2.5.12") { group("org.codehaus.groovy") { - modules = [ - "groovy", - "groovy-ant", - "groovy-backports-compat23", - "groovy-bsf", - "groovy-cli-commons", - "groovy-cli-picocli", - "groovy-console", - "groovy-datetime", - "groovy-dateutil", - "groovy-docgenerator", - "groovy-groovydoc", - "groovy-groovysh", - "groovy-jaxb", - "groovy-jmx", - "groovy-json", - "groovy-json-direct", - "groovy-jsr223", - "groovy-macro", - "groovy-nio", - "groovy-servlet", - "groovy-sql", - "groovy-swing", - "groovy-templates", - "groovy-test", - "groovy-test-junit5", - "groovy-testng", - "groovy-xml" + imports = [ + "groovy-bom" ] } }