Rename oauth2-oidc-client starter in sample

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

See gh-14951
This commit is contained in:
Phillip Webb
2018-10-24 19:40:35 -07:00
parent 62cb0f9593
commit df16349725

View File

@@ -18,7 +18,7 @@
<!-- Compile -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-oauth2-oidc-client</artifactId>
<artifactId>spring-boot-starter-oauth2-client</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>