From 9187eeff270e56abaeb833bcaa47dcb25ee8e34b Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Fri, 12 Oct 2012 14:19:57 -0700 Subject: [PATCH] Make required spring-web's dependence on spring-aop Prior to this commit spring-web's dependence on spring-aop was marked optional, however spring-web's required dependence on spring-context transitively forces a required dependence on spring-aop anyway. This change marks spring-aop as a required dependency of spring-web, which a) reflects the poms created by the 3.2 Gradle build and b) helps solve dependency issues when using higher-level Spring projects such as Spring Security. Issue: SPR-9573 --- org.springframework.web/pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/org.springframework.web/pom.xml b/org.springframework.web/pom.xml index 354399ab68f..35749380032 100644 --- a/org.springframework.web/pom.xml +++ b/org.springframework.web/pom.xml @@ -134,7 +134,6 @@ org.springframework spring-aop ${project.version} - true org.springframework