We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ebfbed commit 21f5f43Copy full SHA for 21f5f43
spring-boot-project/spring-boot-test-autoconfigure/build.gradle
@@ -101,6 +101,8 @@ dependencies {
101
testImplementation("org.testcontainers:neo4j")
102
testImplementation("org.testcontainers:testcontainers")
103
testImplementation("org.thymeleaf:thymeleaf")
104
+
105
+ testRuntimeOnly("org.elasticsearch:elasticsearch")
106
}
107
108
configurations {
0 commit comments