Rename oauth2-oidc-client starter

Rename `spring-boot-starter-oauth2-oidc-client` to
`spring-boot-starter-oauth2-client`.

Closes gh-14951
This commit is contained in:
Phillip Webb 2018-10-24 18:08:44 -07:00
parent 99e166516d
commit 69b0d37fe0
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@
<module>spring-boot-starter-mail</module>
<module>spring-boot-starter-mustache</module>
<module>spring-boot-starter-actuator</module>
<module>spring-boot-starter-oauth2-oidc-client</module>
<module>spring-boot-starter-oauth2-client</module>
<module>spring-boot-starter-parent</module>
<module>spring-boot-starter-quartz</module>
<module>spring-boot-starter-reactor-netty</module>

View File

@ -7,7 +7,7 @@
<artifactId>spring-boot-starters</artifactId>
<version>${revision}</version>
</parent>
<artifactId>spring-boot-starter-oauth2-oidc-client</artifactId>
<artifactId>spring-boot-starter-oauth2-client</artifactId>
<name>Spring Boot OAuth2/OpenID Connect Client Starter</name>
<description>Starter for using Spring Security's OAuth2/OpenID Connect client features</description>
<properties>