Skip to content

Commit

Permalink
Chore | CAKK-61 | mail 및 slack 의존성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
lcomment committed Aug 30, 2024
1 parent 0346e96 commit 6e2afa6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cakk-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ dependencies {

// Point
implementation("org.locationtech.jts:jts-core:1.18.2")

// Mail
implementation("org.springframework.boot:spring-boot-starter-mail")

// Slack
implementation("net.gpedro.integrations.slack:slack-webhook:1.4.0")
}

tasks.bootJar {
Expand Down

0 comments on commit 6e2afa6

Please sign in to comment.