mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Merge branch '4.0.x' into 4.1.x
This commit is contained in:
@@ -22,8 +22,8 @@ plugins {
|
||||
description = "Spring Boot Docker Testing Support"
|
||||
|
||||
dependencies {
|
||||
api(platform(project(path: ":platform:spring-boot-internal-dependencies")))
|
||||
api(project(path: ":test-support:spring-boot-test-support"))
|
||||
api(platform(project(":platform:spring-boot-internal-dependencies")))
|
||||
api(project(":test-support:spring-boot-test-support"))
|
||||
|
||||
compileOnly("org.testcontainers:testcontainers")
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ plugins {
|
||||
description = "Spring Boot Testing Support"
|
||||
|
||||
dependencies {
|
||||
api(platform(project(path: ":platform:spring-boot-internal-dependencies")))
|
||||
api(platform(project(":platform:spring-boot-internal-dependencies")))
|
||||
api("com.jayway.jsonpath:json-path")
|
||||
api("org.assertj:assertj-core")
|
||||
api("org.awaitility:awaitility")
|
||||
|
||||
Reference in New Issue
Block a user