Skip to content

Commit

Permalink
[#17] [HOTFIX] domain 모듈 의존성 추가
Browse files Browse the repository at this point in the history
[#17] [HOTFIX] domain 모듈 의존성 추가
  • Loading branch information
s0o0bn authored Sep 26, 2024
2 parents 4addd19 + a0f12f4 commit 1eb50da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ea-domain/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ bootJar {
}

dependencies {

implementation project(":ea-common")

implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
}

0 comments on commit 1eb50da

Please sign in to comment.