Skip to content

Commit

Permalink
Fix: 배포 과정중 dependency 에러처리 (#148)
Browse files Browse the repository at this point in the history
fix: dependency 추가
  • Loading branch information
GitJIHO authored Nov 3, 2024
1 parent 57cc407 commit 1c1fcac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
implementation 'org.apache.httpcomponents.client5:httpclient5:5.2.1'
implementation 'org.springframework.boot:spring-boot-starter-actuator'
implementation 'ch.qos.logback:logback-classic:1.4.12'
}

tasks.named('test') {
Expand Down

0 comments on commit 1c1fcac

Please sign in to comment.