diff --git a/spring-boot-project/spring-boot-testcontainers/build.gradle b/spring-boot-project/spring-boot-testcontainers/build.gradle index 08b4171666..6942ac93e7 100644 --- a/spring-boot-project/spring-boot-testcontainers/build.gradle +++ b/spring-boot-project/spring-boot-testcontainers/build.gradle @@ -10,6 +10,7 @@ description = "Spring Boot Testcontainers Support" dependencies { api(project(":spring-boot-project:spring-boot-autoconfigure")) + api("org.testcontainers:testcontainers") optional("org.springframework:spring-test") optional("org.springframework.data:spring-data-mongodb")