diff --git a/spring-boot-project/spring-boot-parent/build.gradle b/spring-boot-project/spring-boot-parent/build.gradle index 1fc23a8997..791470148e 100644 --- a/spring-boot-project/spring-boot-parent/build.gradle +++ b/spring-boot-project/spring-boot-parent/build.gradle @@ -123,6 +123,14 @@ bom { ] } } + library("Scala", "2.12.11") { + group("org.scala-lang") { + modules = [ + "scala-library", + "scala-reflect" + ] + } + } library("Sisu", "2.6.0") { group("org.sonatype.sisu") { modules = [