We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5a7788 + f121cf7 commit 5bab52dCopy full SHA for 5bab52d
spring-boot-project/spring-boot-tools/spring-boot-cli/build.gradle
@@ -11,7 +11,6 @@ plugins {
11
description = "Spring Boot CLI"
12
13
configurations {
14
- dependenciesBom
15
loader
16
testRepository
17
compileOnlyProject
@@ -21,8 +20,6 @@ configurations {
21
20
dependencies {
22
compileOnlyProject(project(":spring-boot-project:spring-boot"))
23
24
- dependenciesBom(project(path: ":spring-boot-project:spring-boot-dependencies", configuration: "effectiveBom"))
25
-
26
implementation(project(":spring-boot-project:spring-boot-tools:spring-boot-loader-tools"))
27
implementation("com.vaadin.external.google:android-json")
28
implementation("jline:jline")
0 commit comments