Browse Source

Polish dependency management for OIDC starter

See gh-13830
pull/14130/merge
Stephane Nicoll 8 years ago
parent
commit
3ad3cfd7e2
  1. 6
      spring-boot-project/spring-boot-starters/spring-boot-starter-oauth2-oidc-client/pom.xml

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

@ -29,6 +29,12 @@ @@ -29,6 +29,12 @@
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-oauth2-client</artifactId>
<exclusions>
<exclusion>
<groupId>javax.mail</groupId>
<artifactId>javax.mail-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>

Loading…
Cancel
Save