Skip to content

Commit 3ad3cfd

Browse files
committed
Polish dependency management for OIDC starter
See gh-13830
1 parent 70fe276 commit 3ad3cfd

File tree

1 file changed

+6
-0
lines changed
  • spring-boot-project/spring-boot-starters/spring-boot-starter-oauth2-oidc-client

1 file changed

+6
-0
lines changed

spring-boot-project/spring-boot-starters/spring-boot-starter-oauth2-oidc-client/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@
2929
<dependency>
3030
<groupId>org.springframework.security</groupId>
3131
<artifactId>spring-security-oauth2-client</artifactId>
32+
<exclusions>
33+
<exclusion>
34+
<groupId>javax.mail</groupId>
35+
<artifactId>javax.mail-api</artifactId>
36+
</exclusion>
37+
</exclusions>
3238
</dependency>
3339
<dependency>
3440
<groupId>org.springframework.security</groupId>

0 commit comments

Comments
 (0)