Correct the scope of the spock-core dependency in spring-boot-test

See gh-7524
This commit is contained in:
Andy Wilkinson 2016-12-01 09:38:07 +00:00
parent 45d672f5b3
commit d9b8fc960c

View File

@ -136,6 +136,7 @@
<dependency>
<groupId>org.spockframework</groupId>
<artifactId>spock-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>