File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,10 +22,15 @@ dependencies {
2222 implementation ' co.elastic.clients:elasticsearch-java:8.8.2'
2323 implementation ' org.elasticsearch.client:elasticsearch-rest-client:8.8.2'
2424 implementation ' org.apache.httpcomponents:httpclient:4.5.13'
25+ implementation group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.5'
26+ compileOnly ' org.projectlombok:lombok:1.18.10'
27+ annotationProcessor ' org.projectlombok:lombok:1.18.10'
28+
2529 testImplementation ' junit:junit:4.12'
2630 testImplementation ' org.assertj:assertj-core:3.24.2'
27- implementation group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.5'
28- implementation ' org.projectlombok:lombok:1.18.10'
31+ // 테스트를 위한 Lombok 설정
32+ testCompileOnly ' org.projectlombok:lombok:버전'
33+ testAnnotationProcessor ' org.projectlombok:lombok:버전'
2934}
3035
3136publishing {
You can’t perform that action at this time.
0 commit comments