Correct the scope of the spock-core dependency in spring-boot-test
See gh-7524
This commit is contained in:
parent
45d672f5b3
commit
d9b8fc960c
|
|
@ -136,6 +136,7 @@
|
|||
<dependency>
|
||||
<groupId>org.spockframework</groupId>
|
||||
<artifactId>spock-core</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
|
|
|
|||
Loading…
Reference in New Issue