Skip to content

Commit fc2e377

Browse files
committed
Merge branch '2.2.x' into 2.3.x
Closes gh-22087
2 parents 6215336 + 3fed27f commit fc2e377

File tree

1 file changed

+2
-28
lines changed

1 file changed

+2
-28
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -364,34 +364,8 @@ bom {
364364
}
365365
library("Groovy", "2.5.12") {
366366
group("org.codehaus.groovy") {
367-
modules = [
368-
"groovy",
369-
"groovy-ant",
370-
"groovy-backports-compat23",
371-
"groovy-bsf",
372-
"groovy-cli-commons",
373-
"groovy-cli-picocli",
374-
"groovy-console",
375-
"groovy-datetime",
376-
"groovy-dateutil",
377-
"groovy-docgenerator",
378-
"groovy-groovydoc",
379-
"groovy-groovysh",
380-
"groovy-jaxb",
381-
"groovy-jmx",
382-
"groovy-json",
383-
"groovy-json-direct",
384-
"groovy-jsr223",
385-
"groovy-macro",
386-
"groovy-nio",
387-
"groovy-servlet",
388-
"groovy-sql",
389-
"groovy-swing",
390-
"groovy-templates",
391-
"groovy-test",
392-
"groovy-test-junit5",
393-
"groovy-testng",
394-
"groovy-xml"
367+
imports = [
368+
"groovy-bom"
395369
]
396370
}
397371
}

0 commit comments

Comments
 (0)