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 Original file line number Diff line number Diff line change 25
25
<dependency >
26
26
<groupId >org.springframework.security</groupId >
27
27
<artifactId >spring-security-config</artifactId >
28
- <exclusions >
29
- <exclusion >
30
- <groupId >aopalliance</groupId >
31
- <artifactId >aopalliance</artifactId >
32
- </exclusion >
33
- </exclusions >
34
28
</dependency >
35
29
<dependency >
36
30
<groupId >org.springframework.security</groupId >
37
31
<artifactId >spring-security-webflux</artifactId >
38
- <exclusions >
39
- <exclusion >
40
- <groupId >aopalliance</groupId >
41
- <artifactId >aopalliance</artifactId >
42
- </exclusion >
43
- </exclusions >
44
32
</dependency >
45
33
</dependencies >
46
34
</project >
Original file line number Diff line number Diff line change 25
25
<dependency >
26
26
<groupId >org.springframework.security</groupId >
27
27
<artifactId >spring-security-config</artifactId >
28
- <exclusions >
29
- <exclusion >
30
- <groupId >aopalliance</groupId >
31
- <artifactId >aopalliance</artifactId >
32
- </exclusion >
33
- </exclusions >
34
28
</dependency >
35
29
<dependency >
36
30
<groupId >org.springframework.security</groupId >
37
31
<artifactId >spring-security-web</artifactId >
38
- <exclusions >
39
- <exclusion >
40
- <groupId >aopalliance</groupId >
41
- <artifactId >aopalliance</artifactId >
42
- </exclusion >
43
- </exclusions >
44
32
</dependency >
45
33
</dependencies >
46
34
</project >
You can’t perform that action at this time.
0 commit comments