Skip to content

Commit

Permalink
#92 [chore] : 비동기 테스트를 위한 라이브러리를 추가한다
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbang105 committed Nov 27, 2024
1 parent 859b0a3 commit 107094e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ dependencies {

// S3
implementation 'org.springframework.cloud:spring-cloud-starter-aws:2.2.6.RELEASE'

// 비동기 테스트
testImplementation 'io.projectreactor:reactor-test'
}

java {
Expand Down

0 comments on commit 107094e

Please sign in to comment.