Skip to content

Commit

Permalink
build.grade 의존성 중복 주입 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
sh0723 committed Nov 13, 2024
1 parent 5cef761 commit 66bec80
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ dependencies {
implementation 'com.aventrix.jnanoid:jnanoid:2.0.0'
// queryDSL
implementation 'com.querydsl:querydsl-jpa:5.0.0:jakarta'
annotationProcessor "com.querydsl:querydsl-apt:5.0.0:jakarta"
annotationProcessor "jakarta.annotation:jakarta.annotation-api"
annotationProcessor "jakarta.persistence:jakarta.persistence-api"
//JSON
Expand All @@ -58,9 +59,6 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.1'
// Redis
implementation 'org.springframework.boot:spring-boot-starter-data-redis'
// QueryDSL
implementation 'com.querydsl:querydsl-jpa:5.0.0:jakarta'
annotationProcessor "com.querydsl:querydsl-apt:5.0.0:jakarta"
}

clean {
Expand Down

0 comments on commit 66bec80

Please sign in to comment.