Move Elasticsearch testcontainers support into spring-boot-elasticsearch

This commit is contained in:
Stéphane Nicoll
2025-05-19 15:19:07 +02:00
committed by Phillip Webb
parent 33f146a461
commit 5c0cda3f7e
10 changed files with 14 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ dependencies {
dockerTestImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test"))
dockerTestImplementation(project(":spring-boot-project:spring-boot-test"))
dockerTestImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support-docker"))
dockerTestImplementation(project(":spring-boot-project:spring-boot-testcontainers-all"))
dockerTestImplementation(project(":spring-boot-project:spring-boot-testcontainers"))
dockerTestImplementation("org.junit.jupiter:junit-jupiter")
dockerTestImplementation("org.junit.platform:junit-platform-engine")
dockerTestImplementation("org.junit.platform:junit-platform-launcher")