This commit is contained in:
Phillip Webb
2020-07-22 17:25:04 -07:00
parent 217b2eff89
commit d2a7808098
4 changed files with 31 additions and 26 deletions

View File

@@ -95,7 +95,7 @@ dependencies {
testImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support"))
testImplementation("org.assertj:assertj-core")
testImplementation("org.junit.jupiter:junit-jupiter")
testRuntimeOnly(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-web"))
testRuntimeOnly("com.h2database:h2")
testRuntimeOnly("org.springframework:spring-jdbc")