|
|
|
@ -32,12 +32,12 @@ dependencies { |
|
|
|
optional("org.springframework.restdocs:spring-restdocs-mockmvc") |
|
|
|
optional("org.springframework.restdocs:spring-restdocs-mockmvc") |
|
|
|
optional("org.springframework.restdocs:spring-restdocs-restassured") |
|
|
|
optional("org.springframework.restdocs:spring-restdocs-restassured") |
|
|
|
optional("org.springframework.restdocs:spring-restdocs-webtestclient") |
|
|
|
optional("org.springframework.restdocs:spring-restdocs-webtestclient") |
|
|
|
|
|
|
|
|
|
|
|
testImplementation(project(":test-support:spring-boot-test-support")) |
|
|
|
testImplementation(project(":test-support:spring-boot-test-support")) |
|
|
|
testImplementation(project(":module:spring-boot-webflux-test")) |
|
|
|
testImplementation(project(":module:spring-boot-webflux-test")) |
|
|
|
testImplementation(project(":module:spring-boot-webmvc-test")) |
|
|
|
testImplementation(project(":module:spring-boot-webmvc-test")) |
|
|
|
testImplementation(project(":module:spring-boot-hateoas")) |
|
|
|
testImplementation(project(":module:spring-boot-hateoas")) |
|
|
|
testImplementation("org.springframework.security:spring-security-test") |
|
|
|
testImplementation("org.springframework.security:spring-security-test") |
|
|
|
|
|
|
|
|
|
|
|
testRuntimeOnly(project(":module:spring-boot-tomcat")) |
|
|
|
testRuntimeOnly(project(":module:spring-boot-tomcat")) |
|
|
|
} |
|
|
|
} |
|
|
|
|