Skip to content

Commit

Permalink
Add spring data elasticsearch dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
GiyunPark committed Oct 10, 2019
1 parent 302ac95 commit aa5f1fe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,9 @@ dependencies {
annotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.springframework.security:spring-security-test'

// https://mvnrepository.com/artifact/org.springframework.data/spring-data-elasticsearch
compile group: 'org.springframework.data', name: 'spring-data-elasticsearch', version: '3.1.9.RELEASE'


}

0 comments on commit aa5f1fe

Please sign in to comment.