From cacf14748c9606210f588cfde6f9e45aba9da3f2 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Fri, 13 Jan 2023 17:42:43 +0100 Subject: [PATCH] GH-117 - Test starter now includes the Spring Boot one and Awaitility. --- spring-modulith-starter-test/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/spring-modulith-starter-test/pom.xml b/spring-modulith-starter-test/pom.xml index 054e0748..23cdab49 100644 --- a/spring-modulith-starter-test/pom.xml +++ b/spring-modulith-starter-test/pom.xml @@ -16,6 +16,11 @@ + + org.springframework.boot + spring-boot-starter-test + + org.springframework.experimental spring-modulith-test @@ -28,6 +33,11 @@ 0.3.0-SNAPSHOT + + org.awaitility + awaitility + +