From e0f9da5afe6584fed9d25c88893b895d5db4990e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 5 Apr 2016 16:51:28 +0100 Subject: [PATCH] Remove dependency management for Spring Shell While the benign exception that Gemfire outputs is unfortunate, it isn't sufficient justification for adding dependency management for Spring Shell. Closes gh-5444 --- spring-boot-dependencies/pom.xml | 6 ------ .../spring-boot-sample-data-gemfire/pom.xml | 8 -------- 2 files changed, 14 deletions(-) diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index a5742933b1..a7be321dd5 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -151,7 +151,6 @@ 1.0.4.RELEASE 2.0.9.RELEASE 1.2.0.RC1 - 1.1.0.RELEASE 1.1.4.RELEASE 2.0.3.RELEASE 1.0.2.RELEASE @@ -2042,11 +2041,6 @@ spring-session-data-redis ${spring-session.version} - - org.springframework.shell - spring-shell - ${spring-shell.version} - org.springframework.social spring-social-config diff --git a/spring-boot-samples/spring-boot-sample-data-gemfire/pom.xml b/spring-boot-samples/spring-boot-sample-data-gemfire/pom.xml index 0b77eb8c33..14e98a1ac7 100644 --- a/spring-boot-samples/spring-boot-sample-data-gemfire/pom.xml +++ b/spring-boot-samples/spring-boot-sample-data-gemfire/pom.xml @@ -23,19 +23,11 @@ org.springframework.boot spring-boot-starter-data-gemfire - - - org.springframework.shell - spring-shell - runtime - - org.springframework.boot spring-boot-configuration-processor true - org.springframework.boot spring-boot-starter-test