Skip to content

Commit cacf147

Browse files
committed
GH-117 - Test starter now includes the Spring Boot one and Awaitility.
1 parent 6616aaa commit cacf147

File tree

1 file changed

+10
-0
lines changed
  • spring-modulith-starter-test

1 file changed

+10
-0
lines changed

spring-modulith-starter-test/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616

1717
<dependencies>
1818

19+
<dependency>
20+
<groupId>org.springframework.boot</groupId>
21+
<artifactId>spring-boot-starter-test</artifactId>
22+
</dependency>
23+
1924
<dependency>
2025
<groupId>org.springframework.experimental</groupId>
2126
<artifactId>spring-modulith-test</artifactId>
@@ -28,6 +33,11 @@
2833
<version>0.3.0-SNAPSHOT</version>
2934
</dependency>
3035

36+
<dependency>
37+
<groupId>org.awaitility</groupId>
38+
<artifactId>awaitility</artifactId>
39+
</dependency>
40+
3141
</dependencies>
3242

3343
</project>

0 commit comments

Comments
 (0)