<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>elasticsearch</artifactId>
<version>1.15.0-rc2</version>
</dependency>
@Grapes(
@Grab(group='org.testcontainers', module='elasticsearch', version='1.15.0-rc2')
)
compile