Rename oauth2-oidc-client starter in dependencies

Fixup dependencies POM following rename of the oauth2-oidc-client
starter.

See gh-14951
This commit is contained in:
Phillip Webb
2018-10-24 19:36:32 -07:00
parent 69b0d37fe0
commit 62cb0f9593

View File

@@ -486,7 +486,7 @@
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-oauth2-oidc-client</artifactId>
<artifactId>spring-boot-starter-oauth2-client</artifactId>
<version>${revision}</version>
</dependency>
<dependency>