Skip to content

Commit 9d0c344

Browse files
committed
빌드 파일 수정
1 parent e85e3b1 commit 9d0c344

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

build.gradle

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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

3136
publishing {

0 commit comments

Comments
 (0)