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:
parent
99e166516d
commit
69b0d37fe0
|
|
@ -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>
|
||||
Loading…
Reference in New Issue