#BAEL-5443: add oauth2-client dependency

This commit is contained in:
h_sharifi 2022-09-12 15:36:30 +04:30
parent 9ffebf472a
commit 326ce93f67
1 changed files with 4 additions and 0 deletions

View File

@ -47,6 +47,10 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-oauth2-client</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>