common-testcontainers
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.opensabe-tech</groupId>
<artifactId>common-testcontainers</artifactId>
<version>2.0.9</version>
</dependency><?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>
<groupId>io.github.opensabe-tech</groupId>
<artifactId>spring-cloud-parent</artifactId>
<version>2.0.9</version>
<relativePath>../spring-cloud-parent/pom.xml</relativePath>
</parent>
<artifactId>common-testcontainers</artifactId>
<name>${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>io.github.opensabe-tech</groupId>
<artifactId>spring-framework-parent-common</artifactId>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-elasticsearch</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
</dependency>
</dependencies>
</project>