Skip to content

Commit

Permalink
chore: JSONException 에러 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin0o0 committed Oct 19, 2023
1 parent b83e274 commit 8958879
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ dependencies {
//AWS 의존성
implementation 'org.springframework.cloud:spring-cloud-starter-aws:2.2.6.RELEASE'


implementation group: 'org.json', name: 'json', version: '20200518'
}

tasks.named('test') {
Expand Down

0 comments on commit 8958879

Please sign in to comment.