Commit 3ad3cfd7 authored by Stephane Nicoll's avatar Stephane Nicoll

Polish dependency management for OIDC starter

See gh-13830
parent 70fe276d
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment