Add test containers integration test to another sample

This commit is contained in:
Dave Syer
2020-09-22 12:55:30 +01:00
parent ea5da87731
commit 92e7167c99
4 changed files with 84 additions and 0 deletions

View File

@@ -66,6 +66,17 @@
<artifactId>reactor-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
<version>1.14.3</version>
<scope>test</scope>
</dependency>
</dependencies>
<dependencyManagement>