Skip to content

Commit

Permalink
✨ 디펜던시 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Yong99 committed Apr 27, 2024
1 parent 914514c commit c5d5057
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/moment/moment-server/core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ dependencies {
asciidoctorExt 'org.springframework.restdocs:spring-restdocs-asciidoctor' // asciidoctorExt에 spring-restdocs-asciidoctor 의존성 추가
testImplementation 'org.springframework.restdocs:spring-restdocs-mockmvc' // mockMvc 사용
implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: '2.12.4'
implementation 'org.springframework.cloud:spring-cloud-starter-aws:2.2.6.RELEASE'

}
ext {
Expand Down

0 comments on commit c5d5057

Please sign in to comment.