Merge branch '3.0.x'

This commit is contained in:
Andy Wilkinson
2025-06-03 19:13:37 +01:00
2 changed files with 7 additions and 5 deletions

View File

@@ -10,8 +10,12 @@ dependencies {
api("org.springframework:spring-test")
api("org.springframework:spring-webflux")
compileOnly("org.hamcrest:hamcrest-core")
internal(platform(project(":spring-restdocs-platform")))
testCompileOnly("org.hamcrest:hamcrest-core")
testImplementation(testFixtures(project(":spring-restdocs-core")))
testRuntimeOnly("org.springframework:spring-context")