File tree Expand file tree Collapse file tree 6 files changed +12
-18
lines changed
spring-boot-actuator-autoconfigure
spring-boot-properties-migrator
spring-boot-test-autoconfigure Expand file tree Collapse file tree 6 files changed +12
-18
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,11 @@ dependencies {
23
23
api(platform(project(" :spring-boot-project:spring-boot-dependencies" )))
24
24
api(project(" :spring-boot-project:spring-boot-actuator" ))
25
25
26
- implementation(project(" :spring-boot-project:spring-boot" ))
27
- implementation(project(" :spring-boot-project:spring-boot-autoconfigure" ))
26
+ api(project(" :spring-boot-project:spring-boot" ))
27
+ api(project(" :spring-boot-project:spring-boot-autoconfigure" ))
28
+
28
29
implementation(" com.fasterxml.jackson.core:jackson-databind" )
29
30
implementation(" com.fasterxml.jackson.datatype:jackson-datatype-jsr310" )
30
- implementation(" org.springframework:spring-core" )
31
- implementation(" org.springframework:spring-context" )
32
31
33
32
optional(platform(project(" :spring-boot-project:spring-boot-dependencies" )))
34
33
optional(" ch.qos.logback:logback-classic" )
Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ description = "Spring Boot Actuator"
10
10
11
11
dependencies {
12
12
api(platform(project(" :spring-boot-project:spring-boot-dependencies" )))
13
-
14
- implementation(project(" :spring-boot-project:spring-boot" ))
13
+ api(project(" :spring-boot-project:spring-boot" ))
15
14
16
15
optional(platform(project(" :spring-boot-project:spring-boot-dependencies" )))
17
16
optional(" com.fasterxml.jackson.core:jackson-databind" )
Original file line number Diff line number Diff line change @@ -16,9 +16,8 @@ configurations {
16
16
17
17
dependencies {
18
18
api(platform(project(" :spring-boot-project:spring-boot-dependencies" )))
19
-
20
- implementation(project(" :spring-boot-project:spring-boot" ))
21
- implementation(project(" :spring-boot-project:spring-boot-autoconfigure" ))
19
+ api(project(" :spring-boot-project:spring-boot" ))
20
+ api(project(" :spring-boot-project:spring-boot-autoconfigure" ))
22
21
23
22
intTestDependencies(project(" :spring-boot-project:spring-boot-starters:spring-boot-starter-web" ))
24
23
Original file line number Diff line number Diff line change @@ -9,9 +9,8 @@ description = "Spring Boot Properties Migrator"
9
9
10
10
dependencies {
11
11
api(platform(project(" :spring-boot-project:spring-boot-dependencies" )))
12
-
13
- implementation(project(" :spring-boot-project:spring-boot" ))
14
- implementation(project(" :spring-boot-project:spring-boot-tools:spring-boot-configuration-metadata" ))
12
+ api(project(" :spring-boot-project:spring-boot" ))
13
+ api(project(" :spring-boot-project:spring-boot-tools:spring-boot-configuration-metadata" ))
15
14
16
15
testImplementation(project(" :spring-boot-project:spring-boot-test" ))
17
16
testImplementation(" org.junit.jupiter:junit-jupiter" )
Original file line number Diff line number Diff line change @@ -10,10 +10,9 @@ description = "Spring Boot Test AutoConfigure"
10
10
11
11
dependencies {
12
12
api(platform(project(" :spring-boot-project:spring-boot-dependencies" )))
13
-
14
- implementation(project(" :spring-boot-project:spring-boot" ))
15
- implementation(project(" :spring-boot-project:spring-boot-test" ))
16
- implementation(project(" :spring-boot-project:spring-boot-autoconfigure" ))
13
+ api(project(" :spring-boot-project:spring-boot" ))
14
+ api(project(" :spring-boot-project:spring-boot-test" ))
15
+ api(project(" :spring-boot-project:spring-boot-autoconfigure" ))
17
16
18
17
optional(platform(project(" :spring-boot-project:spring-boot-dependencies" )))
19
18
optional(" javax.json.bind:javax.json.bind-api" )
Original file line number Diff line number Diff line change @@ -11,8 +11,7 @@ description = "Spring Boot Test"
11
11
12
12
dependencies {
13
13
api(platform(project(" :spring-boot-project:spring-boot-dependencies" )))
14
-
15
- implementation(project(" :spring-boot-project:spring-boot" ))
14
+ api(project(" :spring-boot-project:spring-boot" ))
16
15
17
16
optional(platform(project(" :spring-boot-project:spring-boot-dependencies" )))
18
17
optional(" com.fasterxml.jackson.core:jackson-databind" )
You can’t perform that action at this time.
0 commit comments