Skip to content

Commit

Permalink
Merge pull request #252 from rlajm1203/feature/BE-87
Browse files Browse the repository at this point in the history
[FEATURE] Spring StateMachine 의존성 추가
  • Loading branch information
rlajm1203 authored Sep 13, 2024
2 parents 6f27666 + 9f3a61f commit 7981e94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/Recruit-Api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ dependencies {
implementation 'org.springdoc:springdoc-openapi-ui:1.6.12'
// testImplementation 'org.junit.jupiter:junit-jupiter-api:4.13'
// testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'

// statemachine
implementation 'org.springframework.statemachine:spring-statemachine-core:4.0.0'
implementation project(':Recruit-Common')
implementation project(':Recruit-Domain')
implementation project(':Recruit-Infrastructure')
Expand Down

0 comments on commit 7981e94

Please sign in to comment.