Skip to content

Commit 5bab52d

Browse files
committed
Merge branch '3.4.x'
Closes gh-44885
2 parents a5a7788 + f121cf7 commit 5bab52d

File tree

1 file changed

+0
-3
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-cli

1 file changed

+0
-3
lines changed

spring-boot-project/spring-boot-tools/spring-boot-cli/build.gradle

-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ plugins {
1111
description = "Spring Boot CLI"
1212

1313
configurations {
14-
dependenciesBom
1514
loader
1615
testRepository
1716
compileOnlyProject
@@ -21,8 +20,6 @@ configurations {
2120
dependencies {
2221
compileOnlyProject(project(":spring-boot-project:spring-boot"))
2322

24-
dependenciesBom(project(path: ":spring-boot-project:spring-boot-dependencies", configuration: "effectiveBom"))
25-
2623
implementation(project(":spring-boot-project:spring-boot-tools:spring-boot-loader-tools"))
2724
implementation("com.vaadin.external.google:android-json")
2825
implementation("jline:jline")

0 commit comments

Comments
 (0)