File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
spring-boot-project/spring-boot-tools/spring-boot-buildpack-platform
src/dockerTest/java/org/springframework/boot/buildpack/platform/docker Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ plugins {
2
2
id " java-library"
3
3
id " org.springframework.boot.conventions"
4
4
id " org.springframework.boot.deployed"
5
+ id " org.springframework.boot.docker-test"
5
6
}
6
7
7
8
description = " Spring Boot Buildpack Platform"
@@ -42,11 +43,15 @@ dependencies {
42
43
api(" org.apache.httpcomponents.client5:httpclient5" )
43
44
api(" org.springframework:spring-core" )
44
45
api(" org.tomlj:tomlj:1.0.0" )
45
-
46
+
47
+ dockerTestImplementation(project(" :spring-boot-project:spring-boot-tools:spring-boot-test-support" ))
48
+ dockerTestImplementation(" org.junit.jupiter:junit-jupiter" )
49
+
50
+ dockerTestRuntimeOnly(" org.testcontainers:testcontainers" )
51
+
46
52
testImplementation(project(" :spring-boot-project:spring-boot-tools:spring-boot-test-support" ))
47
53
testImplementation(" com.jayway.jsonpath:json-path" )
48
54
testImplementation(" org.assertj:assertj-core" )
49
- testImplementation(" org.testcontainers:testcontainers" )
50
55
testImplementation(" org.hamcrest:hamcrest" )
51
56
testImplementation(" org.junit.jupiter:junit-jupiter" )
52
57
testImplementation(" org.mockito:mockito-core" )
File renamed without changes.
You can’t perform that action at this time.
0 commit comments