From d9b8fc960c62fbf745bff7445cad7afd986f0931 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 1 Dec 2016 09:38:07 +0000 Subject: [PATCH] Correct the scope of the spock-core dependency in spring-boot-test See gh-7524 --- spring-boot-test/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-test/pom.xml b/spring-boot-test/pom.xml index e99adc00c8..fc30afb765 100644 --- a/spring-boot-test/pom.xml +++ b/spring-boot-test/pom.xml @@ -136,6 +136,7 @@ org.spockframework spock-core + test org.springframework