Skip to content

Commit

Permalink
refactor: email 모듈에서 mail 관련 의존성 api에서 implementation으로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
belljun3395 committed Dec 12, 2024
1 parent 1612375 commit 2312108
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions email/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ tasks.getByName("jar") {

dependencies {
/** starter */
api("org.springframework.boot:spring-boot-starter-mail")
api("org.springframework.boot:spring-boot-starter-thymeleaf")
implementation("org.springframework.boot:spring-boot-starter-mail")
implementation("org.springframework.boot:spring-boot-starter-thymeleaf")

/** aws ses */
implementation("com.amazonaws:aws-java-sdk-ses:${DependencyVersion.AWS_SES}")
Expand Down

0 comments on commit 2312108

Please sign in to comment.