Skip to content

Commit e8bf2a1

Browse files
authored
Add reactor-test in pom
1 parent 672fda9 commit e8bf2a1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@
6363
<artifactId>spring-boot-starter-test</artifactId>
6464
<scope>test</scope>
6565
</dependency>
66+
67+
<dependency>
68+
<groupId>io.projectreactor</groupId>
69+
<artifactId>reactor-test</artifactId>
70+
<scope>test</scope>
71+
</dependency>
6672

6773
<dependency>
6874
<groupId>org.testcontainers</groupId>

0 commit comments

Comments
 (0)