From 0b130f6f6af98174a13cb1a0ab631cb8561c0b37 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Thu, 7 Nov 2013 15:45:42 +0000 Subject: [PATCH] Pin Spring version when using security --- .../spring-boot-starter-security/pom.xml | 24 +++++++++++++++++++ .../spring-boot-starter-shell-remote/pom.xml | 10 ++++++++ 2 files changed, 34 insertions(+) diff --git a/spring-boot-starters/spring-boot-starter-security/pom.xml b/spring-boot-starters/spring-boot-starter-security/pom.xml index 201bf3b3e7..a03053e8e7 100644 --- a/spring-boot-starters/spring-boot-starter-security/pom.xml +++ b/spring-boot-starters/spring-boot-starter-security/pom.xml @@ -26,5 +26,29 @@ org.springframework.security spring-security-web + + org.springframework + spring-aop + + + org.springframework + spring-beans + + + org.springframework + spring-context + + + org.springframework + spring-core + + + org.springframework + spring-expression + + + org.springframework + spring-web + diff --git a/spring-boot-starters/spring-boot-starter-shell-remote/pom.xml b/spring-boot-starters/spring-boot-starter-shell-remote/pom.xml index 2b8d059272..06da148b07 100644 --- a/spring-boot-starters/spring-boot-starter-shell-remote/pom.xml +++ b/spring-boot-starters/spring-boot-starter-shell-remote/pom.xml @@ -18,6 +18,10 @@ spring-boot-starter-actuator ${project.version} + + org.springframework + spring-context + org.crashub crash.cli @@ -48,6 +52,12 @@ org.crashub crash.embed.spring + + + spring-web + org.springframework + + org.crashub