Browse Source

Use spring oauth2 starter as dependency to be able use various oauth2 providers.

Jakub Štiller 4 years ago
parent
commit
632bcd20e9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      kafka-ui-api/pom.xml

+ 2 - 2
kafka-ui-api/pom.xml

@@ -38,8 +38,8 @@
             <artifactId>spring-boot-starter-security</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.springframework.security</groupId>
-            <artifactId>spring-security-oauth2-client</artifactId>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-oauth2-client</artifactId>	
         </dependency>
         <dependency>
             <groupId>com.provectus</groupId>