Skip to content

Commit

Permalink
feat: 의존 라이브러리 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
pl0901 committed Oct 31, 2023
1 parent 618d3c8 commit dc6841f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,11 @@ dependencies {
//AWS 의존성
implementation 'org.springframework.cloud:spring-cloud-starter-aws:2.2.6.RELEASE'


//JSONException hotfix
implementation group: 'org.json', name: 'json', version: '20200518'

//Swagger
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.1.0'
}

tasks.named('test') {
Expand Down

0 comments on commit dc6841f

Please sign in to comment.