Skip to content

Commit

Permalink
fix: remove implementation logback-classic on gradle (woowacourse#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
geoje authored Sep 5, 2024
1 parent 0b698a2 commit fed02f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion study/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ repositories {
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-webflux'
implementation 'ch.qos.logback:logback-classic:1.5.7'
implementation 'org.apache.commons:commons-lang3:3.14.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.1'
implementation 'pl.allegro.tech.boot:handlebars-spring-boot-starter:0.4.1'
Expand Down

0 comments on commit fed02f6

Please sign in to comment.