Make Elasticsearch's version class available

This commit is contained in:
Andy Wilkinson 2022-07-07 19:14:44 +01:00
parent 3ebfbed599
commit 21f5f43365

View File

@ -101,6 +101,8 @@ dependencies {
testImplementation("org.testcontainers:neo4j")
testImplementation("org.testcontainers:testcontainers")
testImplementation("org.thymeleaf:thymeleaf")
testRuntimeOnly("org.elasticsearch:elasticsearch")
}
configurations {