Skip to content

Commit f239074

Browse files
committed
[25/05/01] awaitiltiy 버전입력 오류 수정
1 parent f0bb5e5 commit f239074

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ dependencies {
3838
developmentOnly 'org.springframework.boot:spring-boot-devtools'
3939
runtimeOnly 'com.mysql:mysql-connector-j'
4040
annotationProcessor 'org.projectlombok:lombok'
41+
testAnnotationProcessor 'org.projectlombok:lombok' // 테스트에서도 롬복 처리가 필요함
4142
testImplementation 'org.springframework.boot:spring-boot-starter-test'
42-
testImplementation 'org.awaitility:awaitility4.2.0'
43+
testImplementation 'org.awaitility:awaitility:4.2.0'
4344
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
4445
}
4546

0 commit comments

Comments
 (0)