Skip to content

Commit

Permalink
data access module에 querydsl dependency를 추가한다
Browse files Browse the repository at this point in the history
  • Loading branch information
anjeongkyun committed Nov 8, 2023
1 parent cd4a097 commit 89851c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion data-access/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ project(":data-access") {
implementation(project(":domain-model"))
implementation(project(":contracts"))
implementation("org.springframework.boot:spring-boot-starter-data-jpa")

implementation("com.querydsl:querydsl-jpa:5.0.0")
implementation("com.querydsl:querydsl-core:5.0.0")
annotationProcessor("com.querydsl:querydsl-apt:${dependencyManagement.importedProperties["querydsl.version"]}:jpa")
implementation(
group = "com.fasterxml.jackson.core",
name = "jackson-core",
Expand Down

0 comments on commit 89851c3

Please sign in to comment.