We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70fe276 commit 3ad3cfdCopy full SHA for 3ad3cfd
spring-boot-project/spring-boot-starters/spring-boot-starter-oauth2-oidc-client/pom.xml
@@ -29,6 +29,12 @@
29
<dependency>
30
<groupId>org.springframework.security</groupId>
31
<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>
38
</dependency>
39
40
0 commit comments