META-INF.maven.com.playtika.testcontainers.embedded-couchbase.pom.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>testcontainers-spring-boot-parent</artifactId> <groupId>com.playtika.testcontainers</groupId> <version>3.1.8</version> <relativePath>../testcontainers-spring-boot-parent</relativePath> </parent> <artifactId>embedded-couchbase</artifactId> <properties> <couchbase-java-client-3.x.version>3.7.2</couchbase-java-client-3.x.version> <okhttp.version>4.12.0</okhttp.version> </properties> <dependencies> <dependency> <groupId>com.playtika.testcontainers</groupId> <artifactId>testcontainers-common</artifactId> </dependency> <dependency> <groupId>com.playtika.testcontainers</groupId> <artifactId>embedded-toxiproxy</artifactId> </dependency> <dependency> <groupId>org.testcontainers</groupId> <artifactId>couchbase</artifactId> </dependency> <dependency> <groupId>com.querydsl</groupId> <artifactId>querydsl-apt</artifactId> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>${okhttp.version}</version> </dependency> <dependency> <groupId>com.couchbase.client</groupId> <artifactId>java-client</artifactId> <version>${couchbase-java-client-3.x.version}</version> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-couchbase</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.awaitility</groupId> <artifactId>awaitility</artifactId> <scope>test</scope> </dependency> </dependencies> </project>