Skip to content

Commit 21f5f43

Browse files
committed
Make Elasticsearch's version class available
1 parent 3ebfbed commit 21f5f43

File tree

1 file changed

+2
-0
lines changed
  • spring-boot-project/spring-boot-test-autoconfigure

1 file changed

+2
-0
lines changed

spring-boot-project/spring-boot-test-autoconfigure/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ dependencies {
101101
testImplementation("org.testcontainers:neo4j")
102102
testImplementation("org.testcontainers:testcontainers")
103103
testImplementation("org.thymeleaf:thymeleaf")
104+
105+
testRuntimeOnly("org.elasticsearch:elasticsearch")
104106
}
105107

106108
configurations {

0 commit comments

Comments
 (0)