Fix dependencies in Gradle for standalone tests

This commit is contained in:
Dave Syer
2018-01-23 16:51:16 +00:00
parent ade0b65720
commit ffd82662b7
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ dependencyManagement {
}
dependencies {
compile("org.springframework.boot:spring-boot-starter-web")
compile("org.springframework.boot:spring-boot-starter-webflux")
compile("org.springframework.boot:spring-boot-starter-actuator")
testCompile 'org.springframework.boot:spring-boot-starter-test'