Skip to content

Commit

Permalink
fix : build.gradle 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-jaesungyu committed May 2, 2024
1 parent d9dc9b2 commit 02aa618
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 @@ -27,8 +27,8 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-cache'

// elastic search
implementation 'org.springframework.boot:spring-boot-starter-data-elasticsearch'
// implementation 'org.springframework.data:spring-data-elasticsearch:4.2.2'
// implementation 'org.springframework.boot:spring-boot-starter-data-elasticsearch'
implementation 'org.springframework.data:spring-data-elasticsearch:4.2.2'

// Querydsl 추가
implementation 'com.querydsl:querydsl-jpa:5.0.0:jakarta'
Expand Down

0 comments on commit 02aa618

Please sign in to comment.