From 3628c5b2dcadf9ce7b05eb1aade8d3af3d620ef3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 6 Nov 2018 15:28:41 +0100 Subject: [PATCH] Remove redundant declaration on spring-context Closes gh-15107 --- .../spring-boot-starters/spring-boot-starter-cache/pom.xml | 4 ---- .../spring-boot-starters/spring-boot-starter-mail/pom.xml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-cache/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-cache/pom.xml index 55dcd85c14..6e26bad137 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-cache/pom.xml +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-cache/pom.xml @@ -18,10 +18,6 @@ org.springframework.boot spring-boot-starter - - org.springframework - spring-context - org.springframework spring-context-support diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-mail/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-mail/pom.xml index 2296224670..8a2428020e 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-mail/pom.xml +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-mail/pom.xml @@ -19,10 +19,6 @@ org.springframework.boot spring-boot-starter - - org.springframework - spring-context - org.springframework spring-context-support