зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 05:06:05 +02:00
11 строки
416 B
Plaintext
11 строки
416 B
Plaintext
configure<DependencyManagementExtension> {
|
|
imports {
|
|
mavenBom("io.grpc:grpc-bom:1.40.1")
|
|
mavenBom("org.springframework:spring-framework-bom:5.3.9")
|
|
mavenBom("org.springframework.boot:spring-boot-dependencies:2.5.4")
|
|
mavenBom("org.springframework.cloud:spring-cloud-dependencies:2020.0.3")
|
|
mavenBom("org.springframework.security:spring-security-bom:5.5.2")
|
|
}
|
|
...
|
|
}
|