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 22
22
- version : 17
23
23
toolchain : false
24
24
- 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
30
28
exclude :
31
29
- os :
32
30
name : Linux
Original file line number Diff line number Diff line change @@ -10,8 +10,12 @@ dependencies {
10
10
api(" org.springframework:spring-test" )
11
11
api(" org.springframework:spring-webflux" )
12
12
13
+ compileOnly(" org.hamcrest:hamcrest-core" )
14
+
13
15
internal(platform(project(" :spring-restdocs-platform" )))
14
16
17
+ testCompileOnly(" org.hamcrest:hamcrest-core" )
18
+
15
19
testImplementation(testFixtures(project(" :spring-restdocs-core" )))
16
20
17
21
testRuntimeOnly(" org.springframework:spring-context" )
You can’t perform that action at this time.
0 commit comments