From 326ce93f676246e0833152b58efc6426d072ff75 Mon Sep 17 00:00:00 2001 From: h_sharifi Date: Mon, 12 Sep 2022 15:36:30 +0430 Subject: [PATCH] #BAEL-5443: add oauth2-client dependency --- spring-boot-modules/spring-boot-keycloak/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spring-boot-modules/spring-boot-keycloak/pom.xml b/spring-boot-modules/spring-boot-keycloak/pom.xml index 9e39176765..4f30d32bec 100644 --- a/spring-boot-modules/spring-boot-keycloak/pom.xml +++ b/spring-boot-modules/spring-boot-keycloak/pom.xml @@ -47,6 +47,10 @@ spring-boot-starter-test test + + org.springframework.boot + spring-boot-starter-oauth2-client + org.springframework.boot spring-boot-starter-security