File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Expand file tree Collapse file tree 2 files changed +3
-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 @@ -29,15 +29,14 @@ ext {
29
29
30
30
dependencies {
31
31
implementation ' org.springframework.boot:spring-boot-starter-data-jdbc'
32
+ implementation ' org.springframework.cloud:spring-cloud-starter-bootstrap'
32
33
implementation ' org.springframework.cloud:spring-cloud-config-server'
33
- implementation ' org.springframework.cloud:spring-cloud-starter'
34
34
runtimeOnly ' com.mysql:mysql-connector-j'
35
35
annotationProcessor ' org.springframework.boot:spring-boot-configuration-processor'
36
36
testImplementation ' org.springframework.boot:spring-boot-starter-test'
37
37
testImplementation ' org.springframework.boot:spring-boot-testcontainers'
38
38
testImplementation ' org.testcontainers:junit-jupiter'
39
39
testImplementation ' org.testcontainers:mysql'
40
- testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
41
40
}
42
41
43
42
dependencyManagement {
@@ -49,7 +48,3 @@ dependencyManagement {
49
48
tasks. named(' test' ) {
50
49
useJUnitPlatform()
51
50
}
52
-
53
- tasks. named(" build" ) {
54
- dependsOn(" dependencies" )
55
- }
You can’t perform that action at this time.
0 commit comments