Commit 69b0d37f authored by Phillip Webb's avatar Phillip Webb

Rename oauth2-oidc-client starter

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

Closes gh-14951
parent 99e16651
......@@ -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>
......
......@@ -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>
......
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