Add Gradle dependency management for Spring Boot (Starter).
This commit is contained in:
@@ -20,7 +20,7 @@ dependencies {
|
||||
|
||||
optional "ch.qos.logback:logback-classic"
|
||||
|
||||
provided ("org.springframework.boot:spring-boot-starter") {
|
||||
provided("org.springframework.boot:spring-boot-starter") {
|
||||
exclude group: "org.springframework.boot", module: "spring-boot-starter-logging";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user