GH-117 - Test starter now includes the Spring Boot one and Awaitility.

This commit is contained in:
Oliver Drotbohm
2023-01-13 17:42:43 +01:00
parent 6616aaaffa
commit cacf14748c

View File

@@ -16,6 +16,11 @@
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-test</artifactId>
@@ -28,6 +33,11 @@
<version>0.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
</dependency>
</dependencies>
</project>