Skip to content

Commit 9187eef

Browse files
committed
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
1 parent 2ab5541 commit 9187eef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

org.springframework.web/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@
134134
<groupId>org.springframework</groupId>
135135
<artifactId>spring-aop</artifactId>
136136
<version>${project.version}</version>
137-
<optional>true</optional>
138137
</dependency>
139138
<dependency>
140139
<groupId>org.springframework</groupId>

0 commit comments

Comments
 (0)