Skip to content

Commit

Permalink
[add] byte-buddy의존성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryeolee committed Sep 14, 2024
1 parent a446f08 commit 1130ed1
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 @@ -64,6 +64,8 @@ dependencies {
// 유효성 검사
implementation 'org.springframework.boot:spring-boot-starter-validation'

implementation 'net.bytebuddy:byte-buddy:1.14.4'

}

tasks.named('bootBuildImage') {
Expand Down

0 comments on commit 1130ed1

Please sign in to comment.