Skip to content

Commit

Permalink
chore #94: AWS S3 의존성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
GiHoo committed Mar 9, 2024
1 parent 9d97e10 commit d78c783
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 @@ -60,6 +60,9 @@ dependencies {

// Crawling
implementation 'org.jsoup:jsoup:1.17.2'

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

tasks.named('test') {
Expand Down

0 comments on commit d78c783

Please sign in to comment.