Skip to content

Commit

Permalink
[REFACTOR] - Integration develop and prod branch - part 12
Browse files Browse the repository at this point in the history
  • Loading branch information
Jwhyee committed Sep 27, 2022
1 parent 3bba7c5 commit e22edf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies {
// file to multipart를 위한 의존성 추가
implementation group: 'commons-fileupload', name: 'commons-fileupload', version: '1.4'
implementation group: 'commons-io', name: 'commons-io', version: '2.4'

//querydsl 추가
implementation "com.querydsl:querydsl-jpa:${queryDslVersion}"
annotationProcessor "com.querydsl:querydsl-apt:${queryDslVersion}"
Expand Down Expand Up @@ -87,4 +87,4 @@ configurations {

compileQuerydsl {
options.annotationProcessorPath = configurations.querydsl
}
}

0 comments on commit e22edf0

Please sign in to comment.