|
@@ -131,6 +131,18 @@
|
|
<version>${test.containers.version}</version>
|
|
<version>${test.containers.version}</version>
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.testcontainers</groupId>
|
|
|
|
+ <artifactId>junit-jupiter</artifactId>
|
|
|
|
+ <version>${test.containers.version}</version>
|
|
|
|
+ <scope>test</scope>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.junit.jupiter</groupId>
|
|
|
|
+ <artifactId>junit-jupiter-engine</artifactId>
|
|
|
|
+ <version>${junit-jupiter-engine.version}</version>
|
|
|
|
+ <scope>test</scope>
|
|
|
|
+ </dependency>
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|
|
<build>
|
|
<build>
|