diff --git a/spring-boot-project/spring-boot-starters/pom.xml b/spring-boot-project/spring-boot-starters/pom.xml
index 610daeec870..25815e5013d 100644
--- a/spring-boot-project/spring-boot-starters/pom.xml
+++ b/spring-boot-project/spring-boot-starters/pom.xml
@@ -56,7 +56,7 @@
spring-boot-starter-mail
spring-boot-starter-mustache
spring-boot-starter-actuator
- spring-boot-starter-oauth2-oidc-client
+ spring-boot-starter-oauth2-client
spring-boot-starter-parent
spring-boot-starter-quartz
spring-boot-starter-reactor-netty
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-oauth2-oidc-client/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-oauth2-client/pom.xml
similarity index 95%
rename from spring-boot-project/spring-boot-starters/spring-boot-starter-oauth2-oidc-client/pom.xml
rename to spring-boot-project/spring-boot-starters/spring-boot-starter-oauth2-client/pom.xml
index e59f26b07fc..9a411c50b11 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-oauth2-oidc-client/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-oauth2-client/pom.xml
@@ -7,7 +7,7 @@
spring-boot-starters
${revision}
- spring-boot-starter-oauth2-oidc-client
+ spring-boot-starter-oauth2-client
Spring Boot OAuth2/OpenID Connect Client Starter
Starter for using Spring Security's OAuth2/OpenID Connect client features