From 632bcd20e9ce152b3e97e8b61a3d1361bc5b7204 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C5=A0tiller?= Date: Fri, 7 May 2021 07:30:30 +0200 Subject: [PATCH] Use spring oauth2 starter as dependency to be able use various oauth2 providers. --- kafka-ui-api/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kafka-ui-api/pom.xml b/kafka-ui-api/pom.xml index a16cb80345..bd1447b1ca 100644 --- a/kafka-ui-api/pom.xml +++ b/kafka-ui-api/pom.xml @@ -38,8 +38,8 @@ spring-boot-starter-security - org.springframework.security - spring-security-oauth2-client + org.springframework.boot + spring-boot-starter-oauth2-client com.provectus