We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b40226e commit 22d7219Copy full SHA for 22d7219
pom.xml
@@ -141,13 +141,13 @@
141
<scope>test</scope>
142
</dependency>
143
<dependency>
144
- <groupId>io.projectreactor</groupId>
145
- <artifactId>reactor-test</artifactId>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-webflux-test</artifactId>
146
147
148
149
- <groupId>org.springframework.security</groupId>
150
- <artifactId>spring-security-test</artifactId>
+ <artifactId>spring-boot-starter-security-test</artifactId>
151
152
153
0 commit comments