From 7d9bbb685eb8cd4adbb13fb8fe141e0c004a45b1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 25 Mar 2025 16:34:34 +0000 Subject: [PATCH] Remove unused dependenciesBom configuration Closes gh-44883 --- .../spring-boot-tools/spring-boot-cli/build.gradle | 3 --- 1 file changed, 3 deletions(-) diff --git a/spring-boot-project/spring-boot-tools/spring-boot-cli/build.gradle b/spring-boot-project/spring-boot-tools/spring-boot-cli/build.gradle index 98467f3ffbb..ad0411dcd15 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-cli/build.gradle +++ b/spring-boot-project/spring-boot-tools/spring-boot-cli/build.gradle @@ -11,7 +11,6 @@ plugins { description = "Spring Boot CLI" configurations { - dependenciesBom loader testRepository compileOnlyProject @@ -21,8 +20,6 @@ configurations { dependencies { compileOnlyProject(project(":spring-boot-project:spring-boot")) - dependenciesBom(project(path: ":spring-boot-project:spring-boot-dependencies", configuration: "effectiveBom")) - implementation(project(":spring-boot-project:spring-boot-tools:spring-boot-loader-tools")) implementation("com.vaadin.external.google:android-json") implementation("jline:jline")