We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6593774 commit f9e51bdCopy full SHA for f9e51bd
testcontainers-spring-boot-bom/pom.xml
@@ -30,6 +30,11 @@
30
<artifactId>embedded-aerospike</artifactId>
31
<version>${project.version}</version>
32
</dependency>
33
+ <dependency>
34
+ <groupId>com.playtika.testcontainers</groupId>
35
+ <artifactId>embedded-aerospike-enterprise</artifactId>
36
+ <version>${project.version}</version>
37
+ </dependency>
38
<dependency>
39
<groupId>com.playtika.testcontainers</groupId>
40
<artifactId>embedded-couchbase</artifactId>
0 commit comments