Commit d9b8fc96 authored by Andy Wilkinson's avatar Andy Wilkinson

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

See gh-7524
parent 45d672f5
...@@ -136,6 +136,7 @@ ...@@ -136,6 +136,7 @@
<dependency> <dependency>
<groupId>org.spockframework</groupId> <groupId>org.spockframework</groupId>
<artifactId>spock-core</artifactId> <artifactId>spock-core</artifactId>
<scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment