diff --git a/spring-boot-project/spring-boot-autoconfigure/pom.xml b/spring-boot-project/spring-boot-autoconfigure/pom.xml index e13e5240cb..5cdbaef814 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 81f0248a5a..bbf24b5035 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 cdf7975c99..b65604255e 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