diff --git a/spring-boot-project/spring-boot-autoconfigure/pom.xml b/spring-boot-project/spring-boot-autoconfigure/pom.xml index e13e5240cb9..5cdbaef8141 100755 --- a/spring-boot-project/spring-boot-autoconfigure/pom.xml +++ b/spring-boot-project/spring-boot-autoconfigure/pom.xml @@ -525,7 +525,7 @@ org.springframework.security - spring-security-jwt-jose + spring-security-oauth2-jose true diff --git a/spring-boot-project/spring-boot-docs/pom.xml b/spring-boot-project/spring-boot-docs/pom.xml index 81f0248a5a3..bbf24b5035c 100644 --- a/spring-boot-project/spring-boot-docs/pom.xml +++ b/spring-boot-project/spring-boot-docs/pom.xml @@ -699,7 +699,7 @@ org.springframework.security - spring-security-jwt-jose + spring-security-oauth2-jose true diff --git a/spring-boot-samples/spring-boot-sample-oauth2-client/pom.xml b/spring-boot-samples/spring-boot-sample-oauth2-client/pom.xml index cdf7975c998..b65604255e2 100644 --- a/spring-boot-samples/spring-boot-sample-oauth2-client/pom.xml +++ b/spring-boot-samples/spring-boot-sample-oauth2-client/pom.xml @@ -34,7 +34,7 @@ org.springframework.security - spring-security-jwt-jose + spring-security-oauth2-jose