File tree 2 files changed +4
-10
lines changed 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,8 @@ dependencies {
27
27
}}
28
28
}
29
29
30
- dependencyManagement {
31
- imports {
32
- mavenBom SpringBootPlugin . BOM_COORDINATES
33
- }
30
+ dependencies {
31
+ implementation platform(SpringBootPlugin . BOM_COORDINATES )
34
32
}
35
33
36
34
reporting {
Original file line number Diff line number Diff line change @@ -23,15 +23,11 @@ repositories {
23
23
mavenCentral()
24
24
}
25
25
26
- ext {
27
- set(' springCloudVersion' , " 2024.0.1" )
28
- }
29
-
30
26
dependencies {
31
- implementation platform(" org.springframework.cloud:spring-cloud-dependencies:${ springCloudVersion } " )
27
+ implementation platform(' org.springframework.cloud:spring-cloud-dependencies:2024.0.1 ' )
32
28
33
29
implementation ' org.springframework.boot:spring-boot-starter-data-jdbc'
34
- implementation ' org.springframework.cloud:spring-cloud-starter-bootstrap'
30
+ implementation ' org.springframework.cloud:spring-cloud-starter-bootstrap'
35
31
implementation ' org.springframework.cloud:spring-cloud-config-server'
36
32
runtimeOnly ' com.mysql:mysql-connector-j'
37
33
annotationProcessor ' org.springframework.boot:spring-boot-configuration-processor'
You can’t perform that action at this time.
0 commit comments