Skip to content

Commit

Permalink
PET-300 chore : Auth 모듈에서 User 의존성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
tlarbals824 committed Feb 8, 2024
1 parent 1254ab0 commit 90f7318
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Domain-Module/Auth-Module/Auth-Application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ dependencies {

// webclinet
implementation 'org.springframework.boot:spring-boot-starter-webflux'

// user
implementation project(':Domain-Module:User-Module:User-Domain')
}

0 comments on commit 90f7318

Please sign in to comment.