Skip to content

Commit

Permalink
fix: dependencyManagement 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
char-yb committed Dec 11, 2024
1 parent d3af6f4 commit 3191ae6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,6 @@ dependencies {
testAnnotationProcessor 'org.projectlombok:lombok'
}

dependencyManagement {
imports {
mavenBom "org.springframework.boot:spring-boot-dependencies:3.4.0"
}
}

tasks.named('bootBuildImage') {
builder = 'paketobuildpacks/builder-jammy-base:latest'
}
Expand Down

0 comments on commit 3191ae6

Please sign in to comment.