From f2be37e60b3f140303976fe74f1a1bff43d76ff4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 14 Jun 2016 11:44:44 +0100 Subject: [PATCH] Update Security starter to depend on single copy of AOP Alliance classes As of Spring Framework 4.3, spring-aop now embeds the classes from the aopalliance:aopalliance jar. This means that the transitive dependency on aopalliance:aopalliance is redundant and it can be excluded. Closes gh-6159 --- .../spring-boot-starter-security/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/spring-boot-starters/spring-boot-starter-security/pom.xml b/spring-boot-starters/spring-boot-starter-security/pom.xml index 6d60707fb8..ddc810bc40 100644 --- a/spring-boot-starters/spring-boot-starter-security/pom.xml +++ b/spring-boot-starters/spring-boot-starter-security/pom.xml @@ -29,10 +29,22 @@ org.springframework.security spring-security-config + + + aopalliance + aopalliance + + org.springframework.security spring-security-web + + + aopalliance + aopalliance + +