From 2c35587b693fc5352c667520f383816aba39fa78 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 20 Sep 2016 14:41:46 +0200 Subject: [PATCH] SGF-532 - Fixed dependency scope of Spring Shell. When we moved the build from Gradle to Maven, the dependency for Spring Shell was elevated from test scope to runtime. It rather should stay on test to not leak into upstream dependencies. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b6e7ee9f..5161a951 100644 --- a/pom.xml +++ b/pom.xml @@ -109,7 +109,7 @@ org.springframework.shell spring-shell ${spring-shell.version} - runtime + test