Skip to content

Commit

Permalink
#271 fix: 팀 상태 업데이트 스케줄러 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
yumzen committed Oct 3, 2024
1 parent 83f44bc commit 6e353d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ dependencies {

// Json Type Parsing
implementation 'com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations'

// Quartz
implementation 'org.springframework.boot:spring-boot-starter-quartz:2.7.5'
}


Expand Down

0 comments on commit 6e353d2

Please sign in to comment.