Skip to content

Commit

Permalink
Add: Mail 의존성 추가 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
kduoh99 committed Nov 2, 2024
1 parent 2c0a733 commit a0afd59
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 {
implementation 'org.springdoc:springdoc-openapi-starter-common:2.1.0'
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.1.0'

// Mail
implementation 'org.springframework.boot:spring-boot-starter-mail'
}

tasks.named('test') {
Expand Down

0 comments on commit a0afd59

Please sign in to comment.