File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
spring-restdocs-webtestclient Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 2222 - version : 17
2323 toolchain : false
2424 - version : 21
25- toolchain : true
26- - version : 22
27- toolchain : true
28- - version : 23
29- toolchain : true
25+ toolchain : false
26+ - version : 24
27+ toolchain : false
3028 exclude :
3129 - os :
3230 name : Linux
Original file line number Diff line number Diff line change @@ -10,8 +10,12 @@ dependencies {
1010 api(" org.springframework:spring-test" )
1111 api(" org.springframework:spring-webflux" )
1212
13+ compileOnly(" org.hamcrest:hamcrest-core" )
14+
1315 internal(platform(project(" :spring-restdocs-platform" )))
1416
17+ testCompileOnly(" org.hamcrest:hamcrest-core" )
18+
1519 testImplementation(testFixtures(project(" :spring-restdocs-core" )))
1620
1721 testRuntimeOnly(" org.springframework:spring-context" )
You can’t perform that action at this time.
0 commit comments