File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed
spring-boot-project/spring-boot-tools
spring-boot-buildpack-platform
spring-boot-gradle-test-support Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ plugins {
7
7
description = " Spring Boot Buildpack Platform"
8
8
9
9
dependencies {
10
- api (" com.fasterxml.jackson.core:jackson-databind" )
11
- api (" com.fasterxml.jackson.module:jackson-module-parameter-names" )
12
- api (" net.java.dev.jna:jna-platform" )
13
- api (" org.apache.commons:commons-compress" )
14
- api (" org.apache.httpcomponents.client5:httpclient5" )
15
- api (" org.springframework:spring-core" )
16
- api (" org.tomlj:tomlj:1.0.0" )
10
+ implementation (" com.fasterxml.jackson.core:jackson-databind" )
11
+ implementation (" com.fasterxml.jackson.module:jackson-module-parameter-names" )
12
+ implementation (" net.java.dev.jna:jna-platform" )
13
+ implementation (" org.apache.commons:commons-compress" )
14
+ implementation (" org.apache.httpcomponents.client5:httpclient5" )
15
+ implementation (" org.springframework:spring-core" )
16
+ implementation (" org.tomlj:tomlj:1.0.0" )
17
17
18
18
testImplementation(project(" :spring-boot-project:spring-boot-tools:spring-boot-test-support" ))
19
19
testImplementation(" com.jayway.jsonpath:json-path" )
Original file line number Diff line number Diff line change @@ -11,13 +11,20 @@ dependencies {
11
11
implementation(gradleTestKit())
12
12
implementation(project(" :spring-boot-project:spring-boot-tools:spring-boot-buildpack-platform" ))
13
13
implementation(project(" :spring-boot-project:spring-boot-tools:spring-boot-loader-tools" ))
14
+ implementation(" com.fasterxml.jackson.core:jackson-databind" )
15
+ implementation(" com.fasterxml.jackson.module:jackson-module-parameter-names" )
14
16
implementation(" io.spring.gradle:dependency-management-plugin" )
17
+ implementation(" net.java.dev.jna:jna-platform" )
15
18
implementation(" org.graalvm.buildtools:native-gradle-plugin" )
16
19
implementation(" org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion " )
17
20
implementation(" org.jetbrains.kotlin:kotlin-compiler-embeddable:$kotlinVersion " )
18
21
implementation(" org.jetbrains.kotlin:kotlin-compiler-runner:$kotlinVersion " )
19
22
implementation(" org.jetbrains.kotlin:kotlin-daemon-client:$kotlinVersion " )
20
23
implementation(" org.apache.commons:commons-compress" )
24
+ implementation(" org.apache.commons:commons-compress" )
25
+ implementation(" org.apache.httpcomponents.client5:httpclient5" )
26
+ implementation(" org.springframework:spring-core" )
27
+ implementation(" org.tomlj:tomlj:1.0.0" )
21
28
22
29
implementation(" org.assertj:assertj-core" )
23
30
}
You can’t perform that action at this time.
0 commit comments