Skip to content

Commit

Permalink
feat: Logback 의존성 추가 (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
ywonchae1 committed Dec 2, 2024
1 parent 650472e commit 77ba107
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ dependencies {
implementation("com.slack.api:bolt-servlet:1.44.2")
implementation("com.slack.api:bolt-jetty:1.44.2")
implementation("org.slf4j:slf4j-simple:1.7.36")

// Logback json
implementation 'ch.qos.logback.contrib:logback-json-classic:0.1.5'
implementation 'ch.qos.logback.contrib:logback-jackson:0.1.5'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
}

spotless {
Expand Down

0 comments on commit 77ba107

Please sign in to comment.