Skip to content

Commit 02be86d

Browse files
committed
Remove unnecessary exclusion on aopalliance
Closes spring-projectsgh-10691
1 parent b2839e2 commit 02be86d

File tree

2 files changed

+0
-24
lines changed
  • spring-boot-project/spring-boot-starters
    • spring-boot-starter-security
    • spring-boot-starter-security-reactive

2 files changed

+0
-24
lines changed

spring-boot-project/spring-boot-starters/spring-boot-starter-security-reactive/pom.xml

-12
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,10 @@
2525
<dependency>
2626
<groupId>org.springframework.security</groupId>
2727
<artifactId>spring-security-config</artifactId>
28-
<exclusions>
29-
<exclusion>
30-
<groupId>aopalliance</groupId>
31-
<artifactId>aopalliance</artifactId>
32-
</exclusion>
33-
</exclusions>
3428
</dependency>
3529
<dependency>
3630
<groupId>org.springframework.security</groupId>
3731
<artifactId>spring-security-webflux</artifactId>
38-
<exclusions>
39-
<exclusion>
40-
<groupId>aopalliance</groupId>
41-
<artifactId>aopalliance</artifactId>
42-
</exclusion>
43-
</exclusions>
4432
</dependency>
4533
</dependencies>
4634
</project>

spring-boot-project/spring-boot-starters/spring-boot-starter-security/pom.xml

-12
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,10 @@
2525
<dependency>
2626
<groupId>org.springframework.security</groupId>
2727
<artifactId>spring-security-config</artifactId>
28-
<exclusions>
29-
<exclusion>
30-
<groupId>aopalliance</groupId>
31-
<artifactId>aopalliance</artifactId>
32-
</exclusion>
33-
</exclusions>
3428
</dependency>
3529
<dependency>
3630
<groupId>org.springframework.security</groupId>
3731
<artifactId>spring-security-web</artifactId>
38-
<exclusions>
39-
<exclusion>
40-
<groupId>aopalliance</groupId>
41-
<artifactId>aopalliance</artifactId>
42-
</exclusion>
43-
</exclusions>
4432
</dependency>
4533
</dependencies>
4634
</project>

0 commit comments

Comments
 (0)