Remove unused dependenciesBom configuration
Closes gh-44883
This commit is contained in:
parent
1047c2158a
commit
7d9bbb685e
|
@ -11,7 +11,6 @@ plugins {
|
||||||
description = "Spring Boot CLI"
|
description = "Spring Boot CLI"
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
dependenciesBom
|
|
||||||
loader
|
loader
|
||||||
testRepository
|
testRepository
|
||||||
compileOnlyProject
|
compileOnlyProject
|
||||||
|
@ -21,8 +20,6 @@ configurations {
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnlyProject(project(":spring-boot-project:spring-boot"))
|
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(project(":spring-boot-project:spring-boot-tools:spring-boot-loader-tools"))
|
||||||
implementation("com.vaadin.external.google:android-json")
|
implementation("com.vaadin.external.google:android-json")
|
||||||
implementation("jline:jline")
|
implementation("jline:jline")
|
||||||
|
|
Loading…
Reference in New Issue