Restore Boot 2.2's compile-scoped dependencies

Fixes gh-21507
This commit is contained in:
Andy Wilkinson
2020-06-03 12:55:11 +01:00
parent 210e565741
commit daeca9f332
6 changed files with 12 additions and 18 deletions

View File

@@ -16,9 +16,8 @@ configurations {
dependencies {
api(platform(project(":spring-boot-project:spring-boot-dependencies")))
implementation(project(":spring-boot-project:spring-boot"))
implementation(project(":spring-boot-project:spring-boot-autoconfigure"))
api(project(":spring-boot-project:spring-boot"))
api(project(":spring-boot-project:spring-boot-autoconfigure"))
intTestDependencies(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-web"))