Skip to content

Commit

Permalink
Bug: logback 의존성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
nampongo committed Mar 16, 2024
1 parent 6443c7e commit 0f335a9
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 @@ -32,6 +32,8 @@ dependencies {
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.springframework.security:spring-security-test'

implementation 'ch.qos.logback:logback-classic:1.2.3'

implementation 'org.springframework.boot:spring-boot-starter-validation:3.1.5'

implementation group: 'io.jsonwebtoken', name: 'jjwt-api', version: '0.11.5'
Expand Down

0 comments on commit 0f335a9

Please sign in to comment.