From 20c1370107139eb0a3d3c1209da36fe249a2c61d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 30 Jan 2017 13:15:49 +0000 Subject: [PATCH] Correct the scope of the spring-boot-test-support dependency Closes gh-8136 --- .../spring-boot-configuration-processor/pom.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/spring-boot-tools/spring-boot-configuration-processor/pom.xml b/spring-boot-tools/spring-boot-configuration-processor/pom.xml index 2bc1b0a694..c2875d4f26 100644 --- a/spring-boot-tools/spring-boot-configuration-processor/pom.xml +++ b/spring-boot-tools/spring-boot-configuration-processor/pom.xml @@ -23,16 +23,17 @@ com.vaadin.external.google android-json - - org.springframework.boot - spring-boot-test-support - org.projectlombok lombok test + + org.springframework.boot + spring-boot-test-support + test +