From 49a62a7c33af10a7de6a006bdd36ae57637973ab Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 19 Jun 2017 11:36:05 +0100 Subject: [PATCH] Correct the scope of the spring-boot-test-support dependency Closes gh-9550 --- spring-boot-tools/spring-boot-loader/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-boot-tools/spring-boot-loader/pom.xml b/spring-boot-tools/spring-boot-loader/pom.xml index 00cc554856e..1d72ad5a37b 100644 --- a/spring-boot-tools/spring-boot-loader/pom.xml +++ b/spring-boot-tools/spring-boot-loader/pom.xml @@ -25,6 +25,7 @@ spring-core true + org.slf4j jcl-over-slf4j @@ -47,10 +48,10 @@ 1.46 test - org.springframework.boot spring-boot-test-support + test