Skip to content

Commit

Permalink
Chore: auth 모듈에 api 모듈 의존성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
nohy6630 committed Feb 28, 2024
1 parent d879e73 commit ae3954f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions daepiro-auth/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ dependencies {
implementation project(':daepiro-core')
implementation project(':daepiro-redis')
implementation project(':daepiro-common')
implementation project(':daepiro-api')

// oauth
implementation 'org.springframework.boot:spring-boot-starter-oauth2-client'
Expand Down

0 comments on commit ae3954f

Please sign in to comment.